summaryrefslogtreecommitdiff
path: root/lispref/backups.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-20 17:43:57 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-20 17:43:57 +0000
commit1cbd950fc184655ebc5fd1f910cd005753fb150e (patch)
tree41a7cfd6577c9a46e5ddd04b2ef3851c31f434d8 /lispref/backups.texi
parent4087adfcc1aab6b6634f7defb5af26507c25f90b (diff)
downloademacs-1cbd950fc184655ebc5fd1f910cd005753fb150e.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/backups.texi')
-rw-r--r--lispref/backups.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi
index 3a8221bab4f..9707ade9eef 100644
--- a/lispref/backups.texi
+++ b/lispref/backups.texi
@@ -294,8 +294,7 @@ The standard definition of this function is as follows:
@smallexample
@group
(defun make-backup-file-name (file)
- "Create the non-numeric backup file name for FILE.
-@dots{}"
+ "Create the non-numeric backup file name for FILE@enddots{}"
(concat file "~"))
@end group
@end smallexample
@@ -442,8 +441,7 @@ The standard definition of this function is as follows:
@group
(defun make-auto-save-file-name ()
"Return file name to use for auto-saves \
-of current buffer.
-@dots{}"
+of current buffer@enddots{}"
(if buffer-file-name
@end group
@group
@@ -550,7 +548,7 @@ buffer as of the last time it was read in, saved, or auto-saved. This is
used to detect a substantial decrease in size, and turn off auto-saving
in response.
-If it is -1, that means auto-saving is temporarily shut off in this
+If it is @minus{}1, that means auto-saving is temporarily shut off in this
buffer due to a substantial deletion. Explicitly saving the buffer
stores a positive value in this variable, thus reenabling auto-saving.
Turning auto-save mode off or on also alters this variable.