diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/abbrevs.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/abbrevs.texi b/doc/emacs/abbrevs.texi index 5f400a2399a..4e2e92c776b 100644 --- a/doc/emacs/abbrevs.texi +++ b/doc/emacs/abbrevs.texi | |||
| @@ -315,7 +315,8 @@ batch mode. @xref{Initial Options}, for a description of batch mode.) | |||
| 315 | any of them, whenever it offers to save all files (for @kbd{C-x s} or | 315 | any of them, whenever it offers to save all files (for @kbd{C-x s} or |
| 316 | @kbd{C-x C-c}). It saves them in the file specified by | 316 | @kbd{C-x C-c}). It saves them in the file specified by |
| 317 | @code{abbrev-file-name}. This feature can be inhibited by setting the | 317 | @code{abbrev-file-name}. This feature can be inhibited by setting the |
| 318 | variable @code{save-abbrevs} to @code{nil}. | 318 | variable @code{save-abbrevs} to @code{nil}; setting it to |
| 319 | @code{silently} will save the abbrevs automatically without asking. | ||
| 319 | 320 | ||
| 320 | @findex insert-abbrevs | 321 | @findex insert-abbrevs |
| 321 | @findex define-abbrevs | 322 | @findex define-abbrevs |