aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:02:21 +0000
committerJuanma Barranquero2005-06-10 14:02:21 +0000
commit643c985df4d3f099ce547bbf10b91cd19391edf4 (patch)
tree23207de14097a15cecdff43b1eac69a548901f23
parent29a82d4c3e91a5027dd695dbb101579c7c086e77 (diff)
downloademacs-643c985df4d3f099ce547bbf10b91cd19391edf4.tar.gz
emacs-643c985df4d3f099ce547bbf10b91cd19391edf4.zip
(make-backup-file-name-function): Fix spellings in docstrings.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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 \"\"."
2854 2854
2855(defcustom make-backup-file-name-function nil 2855(defcustom make-backup-file-name-function nil
2856 "A function to use instead of the default `make-backup-file-name'. 2856 "A function to use instead of the default `make-backup-file-name'.
2857A value of nil gives the default `make-backup-file-name' behaviour. 2857A value of nil gives the default `make-backup-file-name' behavior.
2858 2858
2859This could be buffer-local to do something special for specific 2859This could be buffer-local to do something special for specific
2860files. If you define it, you may need to change `backup-file-name-p' 2860files. If you define it, you may need to change `backup-file-name-p'