aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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.
1913With a prefix argument, offer to revert from latest auto-save file, if 1913With a prefix argument, offer to revert from latest auto-save file, if
1914that is more recent than the visited file. 1914that is more recent than the visited file.
1915 1915
1916When called from lisp, The first argument is IGNORE-AUTO; only offer 1916When called from Lisp, the first argument is IGNORE-AUTO; only offer
1917to revert from the auto-save file when this is nil. Note that the 1917to revert from the auto-save file when this is nil. Note that the
1918sense of this argument is the reverse of the prefix argument, for the 1918sense of this argument is the reverse of the prefix argument, for the
1919sake of backward compatibility. IGNORE-AUTO is optional, defaulting 1919sake of backward compatibility. IGNORE-AUTO is optional, defaulting