From: Andreas Schwab Date: Fri, 30 Mar 2001 11:04:05 +0000 (+0000) Subject: (backup-directory-alist): Fix typo. X-Git-Tag: emacs-pretest-21.0.101~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dca5e71d8f2da70bee5d2962a55acb7a1edc22d0;p=emacs.git (backup-directory-alist): Fix typo. --- diff --git a/lisp/files.el b/lisp/files.el index 804f35bb6e9..ae2b474eea7 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2276,7 +2276,7 @@ is made in the original file's directory. On MS-DOS filesystems without long names this variable is always ignored." :group 'backup - :type '(repeat (cons (regexp :tag "Regexp macthing filename") + :type '(repeat (cons (regexp :tag "Regexp matching filename") (directory :tag "Backup directory name")))) (defun make-backup-file-name (file)