Mercurial > emacs
changeset 60742:778b6b54f224
(save-buffer): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 19 Mar 2005 14:17:02 +0000 |
parents | cc26330ec1a9 |
children | 63bd34d5eb62 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Mar 19 14:10:46 2005 +0000 +++ b/lisp/files.el Sat Mar 19 14:17:02 2005 +0000 @@ -3104,14 +3104,14 @@ 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.