diff options
| author | Gerd Moellmann | 1999-10-12 11:39:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-12 11:39:28 +0000 |
| commit | b581dd19c036ffc5352e91fac42675801e5bec4f (patch) | |
| tree | 5b454e5f35bc912d76864e8bae0b4ccd91fe0991 | |
| parent | 9832d51d606ae361ebcc42d3a63678e71cbf0cd9 (diff) | |
| download | emacs-b581dd19c036ffc5352e91fac42675801e5bec4f.tar.gz emacs-b581dd19c036ffc5352e91fac42675801e5bec4f.zip | |
Patch from RMS.
| -rw-r--r-- | lispref/backups.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 30c081c792a..6fa5ea0ba74 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -624,11 +624,11 @@ file on disk. This action undoes all changes since the file was visited | |||
| 624 | or saved. | 624 | or saved. |
| 625 | 625 | ||
| 626 | By default, if the latest auto-save file is more recent than the visited | 626 | By default, if the latest auto-save file is more recent than the visited |
| 627 | file, and the argument @var{ignore-auto} is non-@code{nil}, | 627 | file, and the argument @var{ignore-auto} is @code{nil}, |
| 628 | @code{revert-buffer} asks the user whether to use that auto-save | 628 | @code{revert-buffer} asks the user whether to use that auto-save |
| 629 | instead. When you invoke this command interactively, @var{ignore-auto} | 629 | instead. When you invoke this command interactively, @var{ignore-auto} |
| 630 | is @code{t} unless there is a numeric prefix argument; thus, the | 630 | is @code{t} if there is no numeric prefix argument; thus, the |
| 631 | interactive default is to check the auto-save file. | 631 | interactive default is not to check the auto-save file. |
| 632 | 632 | ||
| 633 | Normally, @code{revert-buffer} asks for confirmation before it changes | 633 | Normally, @code{revert-buffer} asks for confirmation before it changes |
| 634 | the buffer; but if the argument @var{noconfirm} is non-@code{nil}, | 634 | the buffer; but if the argument @var{noconfirm} is non-@code{nil}, |