diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-03-19 14:18:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-03-19 14:18:22 +0000 |
commit | 9dce96b55a36514f8c370a8efdb64fb76a20f104 (patch) | |
tree | edf049c3831ec51413b4a54d1a0e48e89a6cbbca /lisp/files.el | |
parent | 068f123a5fa3e72162b58b954658ba531f940dad (diff) | |
download | emacs-9dce96b55a36514f8c370a8efdb64fb76a20f104.tar.gz |
(save-buffer): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el index 68a1d52a2df..453a21dda8a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3104,14 +3104,14 @@ on a DOS/Windows machine, it returns FILENAME on expanded form." ancestor)))))) (defun save-buffer (&optional args) - "Save current buffer in visited file if modified. Versions described below. + "Save current buffer in visited file if modified. Variations are described below. By default, makes the previous version into a backup file if previously requested or if this is the first save. -With 1 \\[universal-argument], marks this version +Combined with one \\[universal-argument], marks this version to become a backup when the next save is done. -With 2 \\[universal-argument]'s, +Combined with two \\[universal-argument]'s, unconditionally makes the previous version into a backup file. -With 3 \\[universal-argument]'s, marks this version +Combined with three \\[universal-argument]'s, marks this version to become a backup when the next save is done, and unconditionally makes the previous version into a backup file. |