diff options
| author | Lars Ingebrigtsen | 2014-02-08 21:32:41 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-08 21:32:41 -0800 |
| commit | 7e34193f01301388dad73bb0d4f9d227b2309092 (patch) | |
| tree | dda2e7b01a091b343dbb15dd0967ecd7e96c670d | |
| parent | 468ef48472bade5288c2730daf469ac2abe92633 (diff) | |
| download | emacs-7e34193f01301388dad73bb0d4f9d227b2309092.tar.gz emacs-7e34193f01301388dad73bb0d4f9d227b2309092.zip | |
(save-buffer): Clarify the 0 argument (bug#10346).
Fixes: debbugs:13261
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 519a4490163..c7ab63e506e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * files.el (save-buffer): Use ARG as the parameter name for | 3 | * files.el (save-buffer): Use ARG as the parameter name for |
| 4 | consistency (bug#10346). | 4 | consistency (bug#10346). |
| 5 | (save-buffer): Clarify the 0 argument (bug#10346). | ||
| 5 | 6 | ||
| 6 | * cus-edit.el (customize-apropos): Fix error string. | 7 | * cus-edit.el (customize-apropos): Fix error string. |
| 7 | (custom-buffer-create): Doc fix (bug#11122). | 8 | (custom-buffer-create): Doc fix (bug#11122). |
diff --git a/lisp/files.el b/lisp/files.el index dd6d2f14884..0dab5c08347 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -4553,7 +4553,7 @@ Prefixed with three \\[universal-argument]'s, marks this version | |||
| 4553 | to become a backup when the next save is done, | 4553 | to become a backup when the next save is done, |
| 4554 | and unconditionally makes the previous version into a backup file. | 4554 | and unconditionally makes the previous version into a backup file. |
| 4555 | 4555 | ||
| 4556 | With a numeric argument of 0, never make the previous version | 4556 | With a numeric prefix argument of 0, never make the previous version |
| 4557 | into a backup file. | 4557 | into a backup file. |
| 4558 | 4558 | ||
| 4559 | If a file's name is FOO, the names of its numbered backup versions are | 4559 | If a file's name is FOO, the names of its numbered backup versions are |