mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Doc fix for align-newline-and-indent
* lisp/align.el (align-newline-and-indent): Mention that alignment is done by `align' (bug#17707).
This commit is contained in:
parent
b9d69380a1
commit
340a224ec3
1 changed files with 3 additions and 1 deletions
|
|
@ -1054,7 +1054,9 @@ to be colored."
|
|||
|
||||
;;;###autoload
|
||||
(defun align-newline-and-indent ()
|
||||
"A replacement function for `newline-and-indent', aligning as it goes."
|
||||
"A replacement function for `newline-and-indent', aligning as it goes.
|
||||
The alignment is done by calling `align' on the region that was
|
||||
indented."
|
||||
(interactive)
|
||||
(let ((separate (or (if (and (symbolp align-region-separate)
|
||||
(boundp align-region-separate))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue