(backup-directory-alist): Fix typo.
This commit is contained in:
parent
3c062f186d
commit
dca5e71d8f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue