Clarify the mode-line indicators in CC Mode
* doc/emacs/programs.texi (Electric C): Explain '*' and '/' in the CC Mode mode-line. (Bug31445)
This commit is contained in:
parent
934bb475b9
commit
c2ef847d3c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
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
|
@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{*}
|
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
|
@table @kbd
|
||||||
@item C-c C-l
|
@item C-c C-l
|
||||||
|
|
Loading…
Add table
Reference in a new issue