# HG changeset patch # User Eli Zaretskii # Date 1111241822 0 # Node ID 778b6b54f224152554ca019b93ec5497f7670d2e # Parent cc26330ec1a99ce53ef50ce3d4c1ad848c1feb59 (save-buffer): Doc fix. diff -r cc26330ec1a9 -r 778b6b54f224 lisp/files.el --- 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.