summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-29 22:14:05 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-04-29 22:14:05 +0200
commit340a224ec3e01706112a07164da9a9f3f369a5aa (patch)
tree05a0db57efc6ee8620d2bb44c50f4edbe3070371
parentb9d69380a110a86076b4f5b66c7ecdcb790d822d (diff)
Doc fix for align-newline-and-indent
* lisp/align.el (align-newline-and-indent): Mention that alignment is done by `align' (bug#17707).
-rw-r--r--lisp/align.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/align.el b/lisp/align.el
index 41519a5017..866aaadaf4 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -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))