1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

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.
This commit is contained in:
Eli Zaretskii 2017-12-09 13:43:29 +02:00
parent 14f0230a48
commit 90e20804f5

View File

@ -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