changeset 37089:4c8184656a19

(backup-directory-alist): Fix typo.
author Andreas Schwab <schwab@suse.de>
date Fri, 30 Mar 2001 11:04:05 +0000
parents 8a3b16d6a5b0
children 41f1140b1f53
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Fri Mar 30 10:59:36 2001 +0000
+++ b/lisp/files.el	Fri Mar 30 11:04:05 2001 +0000
@@ -2276,7 +2276,7 @@
 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)