diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:07:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:07:53 +0200 |
commit | 1e6038ce30cea9f0cb13535f01a2cd3915752c7f (patch) | |
tree | bfa8519daa3a6a00383d6fbfbd1752fffb4badde /.config/emacs/editing.el | |
parent | 0ee7fa9c382ae30295f0b8d88457f7856c7ff800 (diff) |
emacs: Fix typo
Diffstat (limited to '.config/emacs/editing.el')
-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 |