]> git.eshelyaron.com Git - emacs.git/commitdiff
(backup-directory-alist): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Fri, 30 Mar 2001 11:04:05 +0000 (11:04 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 30 Mar 2001 11:04:05 +0000 (11:04 +0000)
lisp/files.el

index 804f35bb6e9b61215f13b523051f04ded25a178d..ae2b474eea74b8dfa8c4e0cbebf9af35ec14ac4f 100644 (file)
@@ -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)