1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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:
Lars Ingebrigtsen 2016-04-29 22:14:05 +02:00
parent b9d69380a1
commit 340a224ec3

View file

@ -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))