]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-backup-file-name-function): Fix spellings in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:02:21 +0000 (14:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:02:21 +0000 (14:02 +0000)
lisp/files.el

index b8ec5bf1cd073401eda015f8df375317900ddd33..d3764c47a8068e37d884516f4dd2290c9653b2bb 100644 (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'