From: Richard M. Stallman Date: Wed, 8 Mar 1995 03:43:34 +0000 (+0000) Subject: (revert-buffer): Doc fix. X-Git-Tag: emacs-19.34~4916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65ee6096af4a71e5f26bbef7eccfe1edee68bbaa;p=emacs.git (revert-buffer): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 9a4b748b14f..be311583ec9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1913,7 +1913,7 @@ This undoes all changes since the file was visited or saved. With a prefix argument, offer to revert from latest auto-save file, if that is more recent than the visited file. -When called from lisp, The first argument is IGNORE-AUTO; only offer +When called from Lisp, the first argument is IGNORE-AUTO; only offer to revert from the auto-save file when this is nil. Note that the sense of this argument is the reverse of the prefix argument, for the sake of backward compatibility. IGNORE-AUTO is optional, defaulting