diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-12-09 13:43:29 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-12-09 13:43:29 +0200 |
commit | 90e20804f5151daa8743b04f4dc48e6cac7976e8 (patch) | |
tree | 34a3760b63cfe5667b22f5582b54fbe775d57596 | |
parent | 14f0230a48872f7da0cd665a576b6d7313aad323 (diff) | |
download | emacs-90e20804f5151daa8743b04f4dc48e6cac7976e8.tar.gz |
Improve documentation of 'save-abbrevs'.
* doc/emacs/abbrevs.texi (Saving Abbrevs): Document the 'silently'
value of 'save-abbrevs'. Suggested by Alex Branham
<alex.branham@gmail.com> in emacs-manual-bugs@gnu.org.
-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.) any of them, whenever it offers to save all files (for @kbd{C-x s} or @kbd{C-x C-c}). It saves them in the file specified by @code{abbrev-file-name}. This feature can be inhibited by setting the -variable @code{save-abbrevs} to @code{nil}. +variable @code{save-abbrevs} to @code{nil}; setting it to +@code{silently} will save the abbrevs automatically without asking. @findex insert-abbrevs @findex define-abbrevs |