diff options
| author | Charles A. Roelli | 2018-03-11 11:48:08 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2018-03-11 11:48:08 +0100 |
| commit | 806a0c77490e2f997b3498829c8d63a00e504b6b (patch) | |
| tree | 593b3e54ce697e51224222fb670ce44cbf0c311e /doc | |
| parent | 9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d (diff) | |
| download | emacs-806a0c77490e2f997b3498829c8d63a00e504b6b.tar.gz emacs-806a0c77490e2f997b3498829c8d63a00e504b6b.zip | |
Unify documentation on 'save-some-buffers'
* doc/emacs/files.texi (Save Commands): Include some more keys
that can be used in 'save-some-buffers'.
* lisp/files.el (save-some-buffers): Include the same keys as
above, and document all missing ones.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index fd35096f965..77bdb6ee448 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -400,11 +400,14 @@ possible responses are analogous to those of @code{query-replace}: | |||
| 400 | 400 | ||
| 401 | @table @kbd | 401 | @table @kbd |
| 402 | @item y | 402 | @item y |
| 403 | @item @key{SPC} | ||
| 403 | Save this buffer and ask about the rest of the buffers. | 404 | Save this buffer and ask about the rest of the buffers. |
| 404 | @item n | 405 | @item n |
| 406 | @item @key{DEL} | ||
| 405 | Don't save this buffer, but ask about the rest of the buffers. | 407 | Don't save this buffer, but ask about the rest of the buffers. |
| 406 | @item ! | 408 | @item ! |
| 407 | Save this buffer and all the rest with no more questions. | 409 | Save this buffer and all the rest with no more questions. |
| 410 | @item q | ||
| 408 | @c following generates acceptable underfull hbox | 411 | @c following generates acceptable underfull hbox |
| 409 | @item @key{RET} | 412 | @item @key{RET} |
| 410 | Terminate @code{save-some-buffers} without any more saving. | 413 | Terminate @code{save-some-buffers} without any more saving. |