From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:02:21 +0000 (+0000) Subject: (make-backup-file-name-function): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=643c985df4d3f099ce547bbf10b91cd19391edf4;p=emacs.git (make-backup-file-name-function): Fix spellings in docstrings. --- diff --git a/lisp/files.el b/lisp/files.el index b8ec5bf1cd0..d3764c47a80 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2854,7 +2854,7 @@ the value is \"\"." (defcustom make-backup-file-name-function nil "A function to use instead of the default `make-backup-file-name'. -A value of nil gives the default `make-backup-file-name' behaviour. +A value of nil gives the default `make-backup-file-name' behavior. This could be buffer-local to do something special for specific files. If you define it, you may need to change `backup-file-name-p'