# HG changeset patch # User Juanma Barranquero # Date 1118412141 0 # Node ID 07f77f5f81900a24451434b0fe2fbc5c86e6a110 # Parent 32b12a7e7c4f46b7b967567fa135ad95b40b0b87 (make-backup-file-name-function): Fix spellings in docstrings. diff -r 32b12a7e7c4f -r 07f77f5f8190 lisp/files.el --- a/lisp/files.el Fri Jun 10 14:01:47 2005 +0000 +++ b/lisp/files.el Fri Jun 10 14:02:21 2005 +0000 @@ -2854,7 +2854,7 @@ (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'