]> code.delx.au - gnu-emacs/blobdiff - lisp/align.el
Update docs for `customize-mode'
[gnu-emacs] / lisp / align.el
index 7e439f3e073a3440dd1ab30230deceef2f87cac4..f09f57032d44a737ba74f683a18c0d7339af2dc6 100644 (file)
@@ -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))