aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index caba924f6a5..e048df36951 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -8926,15 +8926,15 @@ presented."
8926(define-minor-mode auto-save-mode 8926(define-minor-mode auto-save-mode
8927 "Toggle auto-saving in the current buffer (Auto Save mode). 8927 "Toggle auto-saving in the current buffer (Auto Save mode).
8928 8928
8929When this mode is enabled, Emacs periodically saves each visited 8929When this mode is enabled, Emacs periodically saves each file-visiting
8930file in a separate file called the \"auto-save file\". This is a 8930buffer in a separate \"auto-save file\". This is a safety measure to
8931safety measure to prevent you from losing more than a limited 8931prevent you from losing more than a limited amount of work if the
8932amount of work if the system crashes. 8932system crashes.
8933 8933
8934Auto-saving does not alter the file you actually use: the visited 8934Auto-saving does not alter the file visited by the buffer: the visited
8935file is changed only when you request saving it explicitly (such 8935file is changed only when you request saving it explicitly (such as
8936as with \\[save-buffer]). If you want to save visited files 8936with \\[save-buffer]). If you want to save the buffer into its
8937automatically, use \\[auto-save-visited-mode]). 8937visited files automatically, use \\[auto-save-visited-mode]).
8938 8938
8939For more details, see Info node `(emacs) Auto Save'." 8939For more details, see Info node `(emacs) Auto Save'."
8940 :variable ((and buffer-auto-save-file-name 8940 :variable ((and buffer-auto-save-file-name