diff options
Diffstat (limited to 'doc/emacs/indent.texi')
-rw-r--r-- | doc/emacs/indent.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 78e2e925e41..4b44b9289b5 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi @@ -251,4 +251,5 @@ indentation; otherwise, it inserts a tab character. Electric Indent mode is a global minor mode that automatically indents the line after every @key{RET} you type. This mode is enabled by default. To toggle this minor mode, type @kbd{M-x -electric-indent-mode}. +electric-indent-mode}. To toggle the mode in a single buffer, +use @kbd{M-x electric-indent-local-mode}. |