From: Dave Love Date: Wed, 23 Aug 2000 09:59:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87b3b12981fbfc415f9b5b926177640b6331ec5b;p=emacs.git *** empty log message *** --- 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.