changeset 58770:8348ad1712e1

(custom-file): Escape double-quotes in docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 05 Dec 2004 15:46:45 +0000
parents 87846d37517b
children a967d8131380
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Sun Dec 05 14:21:16 2004 +0000
+++ b/lisp/cus-edit.el	Sun Dec 05 15:46:45 2004 +0000
@@ -3681,7 +3681,7 @@
 as specified by `user-init-file'.  If you specify some other file,
 you need to explicitly load that file in order for
 the settings it contains to take effect.  You might want to
-put code in your init file to load it: `(load "CUSTOM-FILENAME")'.
+put code in your init file to load it: `(load \"CUSTOM-FILENAME\")'.
 
 When you change this variable, look in the previous custom file
 \(usually your init file) for the forms `(custom-set-variables ...)'