*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 23 Aug 2000 09:59:44 +0000 (09:59 +0000)
committerDave Love <fx@gnu.org>
Wed, 23 Aug 2000 09:59:44 +0000 (09:59 +0000)
lispref/backups.texi

index bed1498..91620db 100644 (file)
@@ -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.