summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-05-14 19:28:06 +0300
committerEli Zaretskii <eliz@gnu.org>2018-05-14 19:28:06 +0300
commitc2ef847d3ca45ac4c15a99d7eea462932d9cc9f4 (patch)
tree039474bc9e91fc5a0059b56ef8f7a05c7d4b3b4a
parent934bb475b9a729d0be4d78cd89c1d22d032ee3d7 (diff)
downloademacs-c2ef847d3ca45ac4c15a99d7eea462932d9cc9f4.tar.gz
Clarify the mode-line indicators in CC Mode
* doc/emacs/programs.texi (Electric C): Explain '*' and '/' in the CC Mode mode-line. (Bug31445)
-rw-r--r--doc/emacs/programs.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index d3d7028c149..138f82a6bfe 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).
+@xref{Minor Modes,,, ccmode, The CC Mode Manual}, for more about
+mode-line indicators in CC Mode.
@table @kbd
@item C-c C-l