diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/editing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/editing.el b/.config/emacs/editing.el index 122570a..67d73eb 100644 --- a/.config/emacs/editing.el +++ b/.config/emacs/editing.el @@ -4,7 +4,7 @@ "Align the marked region on REGEXP. When called interactively REGEXP is read from the minibuffer and the user is prompted about whether they would like to REPEAT the alignment. -nn + This function wraps `align-regexp' and implicitly prepends REGEXP with \"\\(\\s-*\\)\"." (interactive |