aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2001-03-30 11:04:05 +0000
committerAndreas Schwab2001-03-30 11:04:05 +0000
commitdca5e71d8f2da70bee5d2962a55acb7a1edc22d0 (patch)
tree3287fae010b5063d33a552317f47c135bd21a57f
parent3c062f186d04134c26535544c55a4ad7b14a3d85 (diff)
downloademacs-dca5e71d8f2da70bee5d2962a55acb7a1edc22d0.tar.gz
emacs-dca5e71d8f2da70bee5d2962a55acb7a1edc22d0.zip
(backup-directory-alist): Fix typo.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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.
2276On MS-DOS filesystems without long names this variable is always 2276On MS-DOS filesystems without long names this variable is always
2277ignored." 2277ignored."
2278 :group 'backup 2278 :group 'backup
2279 :type '(repeat (cons (regexp :tag "Regexp macthing filename") 2279 :type '(repeat (cons (regexp :tag "Regexp matching filename")
2280 (directory :tag "Backup directory name")))) 2280 (directory :tag "Backup directory name"))))
2281 2281
2282(defun make-backup-file-name (file) 2282(defun make-backup-file-name (file)