comparison lisp/files.el @ 13823:881e5c4a01cb

(save-buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Dec 1995 07:34:59 +0000
parents 2015901ab992
children 44e936e550ae
comparison
equal deleted inserted replaced
13822:cbc1f90ea367 13823:881e5c4a01cb
1687 1687
1688 (defun save-buffer (&optional args) 1688 (defun save-buffer (&optional args)
1689 "Save current buffer in visited file if modified. Versions described below. 1689 "Save current buffer in visited file if modified. Versions described below.
1690 By default, makes the previous version into a backup file 1690 By default, makes the previous version into a backup file
1691 if previously requested or if this is the first save. 1691 if previously requested or if this is the first save.
1692 With 1 or 3 \\[universal-argument]'s, marks this version 1692 With 1 \\[universal-argument], marks this version
1693 to become a backup when the next save is done. 1693 to become a backup when the next save is done.
1694 With 2 or 3 \\[universal-argument]'s, 1694 With 2 \\[universal-argument]'s,
1695 unconditionally makes the previous version into a backup file. 1695 unconditionally makes the previous version into a backup file.
1696 With 3 \\[universal-argument]'s, marks this version
1697 to become a backup when the next save is done,
1698 and unconditionally makes the previous version into a backup file.
1699
1696 With argument of 0, never makes the previous version into a backup file. 1700 With argument of 0, never makes the previous version into a backup file.
1697 1701
1698 If a file's name is FOO, the names of its numbered backup versions are 1702 If a file's name is FOO, the names of its numbered backup versions are
1699 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~. 1703 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~.
1700 Numeric backups (rather than FOO~) will be made if value of 1704 Numeric backups (rather than FOO~) will be made if value of