diff options
| author | Tassilo Horn | 2013-12-20 15:56:23 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 15:56:23 +0100 |
| commit | 75a1e0347184743a79d96c01cb83cb681700cead (patch) | |
| tree | df5754e3515bde2aef756dfda79fe05e04581107 /doc | |
| parent | 98104aea4155a3bf1ec88f46101de76fc6f56ca1 (diff) | |
| download | emacs-75a1e0347184743a79d96c01cb83cb681700cead.tar.gz emacs-75a1e0347184743a79d96c01cb83cb681700cead.zip | |
Document that `electric-indent-mode' is enabled by default.
* doc/emacs/indent.texi: Document that `electric-indent-mode' is enabled by
default.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/indent.texi | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5fd0fa5abe7..f63f2f5fa69 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> | 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> |
| 2 | 2 | ||
| 3 | * indent.texi: Document that `electric-indent-mode' is enabled by | ||
| 4 | default. | ||
| 5 | |||
| 3 | * display.texi (Cursor Display): Document `blink-cursor-blinks'. | 6 | * display.texi (Cursor Display): Document `blink-cursor-blinks'. |
| 4 | 7 | ||
| 5 | * buffers.texi: Update list-buffers "screeshop" to show Messages | 8 | * buffers.texi: Update list-buffers "screeshop" to show Messages |
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 72ec68812ce..43294866b7b 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -236,5 +236,6 @@ indentation; otherwise, it inserts a tab character. | |||
| 236 | @cindex mode, Electric Indent | 236 | @cindex mode, Electric Indent |
| 237 | @findex electric-indent-mode | 237 | @findex electric-indent-mode |
| 238 | Electric Indent mode is a global minor mode that automatically | 238 | Electric Indent mode is a global minor mode that automatically |
| 239 | indents the line after every @key{RET} you type. To toggle this minor | 239 | indents the line after every @key{RET} you type. This mode is enabled |
| 240 | mode, type @kbd{M-x electric-indent-mode}. | 240 | by default. To toggle this minor mode, type @kbd{M-x |
| 241 | electric-indent-mode}. | ||