[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 c2ef847: Clarify the mode-line indicators in CC M
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 c2ef847: Clarify the mode-line indicators in CC Mode |
Date: |
Mon, 14 May 2018 12:28:41 -0400 (EDT) |
branch: emacs-26
commit c2ef847d3ca45ac4c15a99d7eea462932d9cc9f4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Clarify the mode-line indicators in CC Mode
* doc/emacs/programs.texi (Electric C): Explain '*' and '/' in the
CC Mode mode-line. (Bug31445)
---
doc/emacs/programs.texi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index d3d7028..138f82a 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1696,7 +1696,9 @@ chaotically indented code. If you are new to CC Mode,
you might find
it disconcerting. You can toggle electric action with the command
@kbd{C-c C-l}; when it is enabled, @samp{/@var{c}l} appears in the
mode line after the mode name (where @var{c}, if present, is @samp{*}
-or @samp{/}):
+or @samp{/}, depending on whether the comment style is block or line).
address@hidden Modes,,, ccmode, The CC Mode Manual}, for more about
+mode-line indicators in CC Mode.
@table @kbd
@item C-c C-l
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 c2ef847: Clarify the mode-line indicators in CC Mode,
Eli Zaretskii <=