diff options
| -rw-r--r-- | doc/emacs/programs.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 49d1b9d2b11..c72558ce9a7 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1662,7 +1662,9 @@ chaotically indented code. If you are new to CC Mode, you might find | |||
| 1662 | it disconcerting. You can toggle electric action with the command | 1662 | it disconcerting. You can toggle electric action with the command |
| 1663 | @kbd{C-c C-l}; when it is enabled, @samp{/@var{c}l} appears in the | 1663 | @kbd{C-c C-l}; when it is enabled, @samp{/@var{c}l} appears in the |
| 1664 | mode line after the mode name (where @var{c}, if present, is @samp{*} | 1664 | mode line after the mode name (where @var{c}, if present, is @samp{*} |
| 1665 | or @samp{/}): | 1665 | or @samp{/}, depending on whether the comment style is block or line). |
| 1666 | @xref{Minor Modes,,, ccmode, The CC Mode Manual}, for more about | ||
| 1667 | mode-line indicators in CC Mode. | ||
| 1666 | 1668 | ||
| 1667 | @table @kbd | 1669 | @table @kbd |
| 1668 | @item C-c C-l | 1670 | @item C-c C-l |