changeset 63250:07f77f5f8190

(make-backup-file-name-function): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:02:21 +0000
parents 32b12a7e7c4f
children 9a8c8a29b2b7
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'