]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-buffer): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Mar 2005 14:18:22 +0000 (14:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Mar 2005 14:18:22 +0000 (14:18 +0000)
lisp/ChangeLog
lisp/files.el

index fd58d4e59d98e72a3e95461fbd9bcc1b20fc5d39..b341d87acdda384188351e4994c0d20cea51c54e 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
+
+       * files.el (save-buffer): Doc fix.
+
 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
 
        * recentf.el (recentf-cleanup-remote): New variable.
index 68a1d52a2df02f2ec26c85e120cdec0d577937c9..453a21dda8a689f3fa349c3b88759655a97c132b 100644 (file)
@@ -3104,14 +3104,14 @@ on a DOS/Windows machine, it returns FILENAME on expanded form."
             ancestor))))))
 \f
 (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.