Mercurial > emacs
comparison lisp/files.el @ 37089:4c8184656a19
(backup-directory-alist): Fix typo.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 30 Mar 2001 11:04:05 +0000 |
parents | 05a76ee1d3e0 |
children | 3900bbc84b5c |
comparison
equal
deleted
inserted
replaced
37088:8a3b16d6a5b0 | 37089:4c8184656a19 |
---|---|
2274 is made in the original file's directory. | 2274 is made in the original file's directory. |
2275 | 2275 |
2276 On MS-DOS filesystems without long names this variable is always | 2276 On MS-DOS filesystems without long names this variable is always |
2277 ignored." | 2277 ignored." |
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) |
2283 "Create the non-numeric backup file name for FILE. | 2283 "Create the non-numeric backup file name for FILE. |
2284 Normally this will just be the file's name with `~' appended. | 2284 Normally this will just be the file's name with `~' appended. |