emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116373: (save-buffer): Clarify the 0 argument (bug#


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116373: (save-buffer): Clarify the 0 argument (bug#10346).
Date: Sun, 09 Feb 2014 05:33:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116373
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/13261
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 21:32:41 -0800
message:
  (save-buffer): Clarify the 0 argument (bug#10346).
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 05:30:41 +0000
+++ b/lisp/ChangeLog    2014-02-09 05:32:41 +0000
@@ -2,6 +2,7 @@
 
        * files.el (save-buffer): Use ARG as the parameter name for
        consistency (bug#10346).
+       (save-buffer): Clarify the 0 argument (bug#10346).
 
        * cus-edit.el (customize-apropos): Fix error string.
        (custom-buffer-create): Doc fix (bug#11122).

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2014-02-09 05:30:41 +0000
+++ b/lisp/files.el     2014-02-09 05:32:41 +0000
@@ -4553,7 +4553,7 @@
  to become a backup when the next save is done,
  and unconditionally makes the previous version into a backup file.
 
-With a numeric argument of 0, never make the previous version
+With a numeric prefix argument of 0, never make the previous version
 into a backup file.
 
 If a file's name is FOO, the names of its numbered backup versions are


reply via email to

[Prev in Thread] Current Thread [Next in Thread]