1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(make-backup-file-name-function): Fix spellings in docstrings.

This commit is contained in:
Juanma Barranquero 2005-06-10 14:02:21 +00:00
parent 29a82d4c3e
commit 643c985df4

View File

@ -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'