emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 f0a06364fb: Fix references to 'default-indent-new-line'


From: Stefan Kangas
Subject: emacs-28 f0a06364fb: Fix references to 'default-indent-new-line'
Date: Thu, 6 Oct 2022 03:28:10 -0400 (EDT)

branch: emacs-28
commit f0a06364fb7a9d40752109855335990ccee0f410
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix references to 'default-indent-new-line'
    
    * doc/emacs/programs.texi (Comment Commands)
    (Multi-Line Comments): Fix references to
    'default-indent-new-line'.  (Bug#58325)
---
 doc/emacs/programs.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index b2a08fa2cc..c746a374b3 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -970,7 +970,7 @@ Set comment column (@code{comment-set-column}).
 @item @kbd{C-M-j}
 @itemx @kbd{M-j}
 Like @kbd{@key{RET}} followed by inserting and aligning a comment
-(@code{comment-indent-new-line}).  @xref{Multi-Line Comments}.
+(@code{default-indent-new-line}).  @xref{Multi-Line Comments}.
 @item @kbd{M-x comment-region}
 @itemx @kbd{C-c C-c} (in C-like modes)
 Add comment delimiters to all the lines in the region.
@@ -1065,10 +1065,10 @@ the brace rather than at @code{comment-column}.  For 
full details see
 @kindex C-M-j
 @kindex M-j
 @cindex blank lines in programs
-@findex comment-indent-new-line
+@findex default-indent-new-line
 @vindex comment-multi-line
   If you are typing a comment and wish to continue it to another line,
-type @kbd{M-j} or @kbd{C-M-j} (@code{comment-indent-new-line}).  This
+type @kbd{M-j} or @kbd{C-M-j} (@code{default-indent-new-line}).  This
 breaks the current line, and inserts the necessary comment delimiters
 and indentation to continue the comment.
 



reply via email to

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