summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
commitf15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch)
tree046e4b81c0220bc1048b0ece01caee896629670d /lisp/cus-edit.el
parentfe6131b72468a71b1bae3bbafcb408a24a460a13 (diff)
parenteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff)
downloademacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 601445ab7f4..f15161a600b 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -4362,7 +4362,7 @@ option itself, into the file you specify, overwriting any
`custom-set-variables' and `custom-set-faces' forms already
present in that file. It will not delete any customizations from
the old custom file. You should do that manually if that is what you
-want. You also have to put something like `(load \"CUSTOM-FILE\")
+want. You also have to put something like (load \"CUSTOM-FILE\")
in your init file, where CUSTOM-FILE is the actual name of the
file. Otherwise, Emacs will not load the file when it starts up,
and hence will not set `custom-file' to that file either."