]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify the mode-line indicators in CC Mode
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 May 2018 16:28:06 +0000 (19:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 May 2018 16:28:06 +0000 (19:28 +0300)
* doc/emacs/programs.texi (Electric C): Explain '*' and '/' in the
CC Mode mode-line.  (Bug31445)

doc/emacs/programs.texi

index d3d7028c1495d69e7803651f8301816dd6a5b8b8..138f82a6bfef7f7e5e92dcf68f1bf6568d768731 100644 (file)
@@ -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