summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-08-23 09:59:44 +0000
committerDave Love <fx@gnu.org>2000-08-23 09:59:44 +0000
commit87b3b12981fbfc415f9b5b926177640b6331ec5b (patch)
treec10b4e57f2ad06728290102077d8b0e8b1ebd4a6 /lispref
parentd5951185ea124650a08dd1995b66001bfbd12165 (diff)
downloademacs-87b3b12981fbfc415f9b5b926177640b6331ec5b.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/backups.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi
index bed1498f121..91620db4a6b 100644
--- a/lispref/backups.texi
+++ b/lispref/backups.texi
@@ -114,6 +114,7 @@ its value. Major modes should not set this variable---they should set
@end defvar
@defvar backup-directory-alist
+@tindex backup-directory-alist
This variable's value is an alist of filename patterns and backup
directory names. Each element looks like
@smallexample
@@ -141,6 +142,7 @@ ignored.
@end defvar
@defvar make-backup-file-name-function
+@tindex make-backup-file-name-function
This variable's value is a function to use for making backups instead of
the default @code{make-backup-file-name}. A value of nil gives the
default @code{make-backup-file-name} behaviour.