X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/71ea138bad3a6bc51106b4ff2f570296069ee4b1..f2536958ec711b50a0cf8714defb921193ea8ae4:/lisp/align.el diff --git a/lisp/align.el b/lisp/align.el index 7e439f3e07..f09f57032d 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -1051,7 +1051,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))