# HG changeset patch # User Andreas Schwab # Date 985950245 0 # Node ID 4c8184656a196d5f1936448c5c8fefec25c1a371 # Parent 8a3b16d6a5b0b849f6a62bfd11e2ee7468f64ad1 (backup-directory-alist): Fix typo. diff -r 8a3b16d6a5b0 -r 4c8184656a19 lisp/files.el --- 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)