emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 02c1aa8 13/64: Doc fix for align-newline-and-inde


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 02c1aa8 13/64: Doc fix for align-newline-and-indent
Date: Sun, 01 May 2016 18:18:39 +0000

branch: emacs-25
commit 02c1aa8fe52959df140dd1c0ab8467f00c946a5c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc fix for align-newline-and-indent
    
    * lisp/align.el (align-newline-and-indent): Mention that
    alignment is done by `align' (bug#17707).
    
    (cherry picked from commit 340a224ec3e01706112a07164da9a9f3f369a5aa)
---
 lisp/align.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/align.el b/lisp/align.el
index 7e439f3..f09f570 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]