]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-file): Escape double-quotes in docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 5 Dec 2004 15:50:34 +0000 (15:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 5 Dec 2004 15:50:34 +0000 (15:50 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index 35603e7e9c1957efed407ac203556e2a715131bf..098342c9bcbd80564ce59bf93863268e96fffd15 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-edit.el (custom-file): Escape double-quotes in docstring.
+
 2004-12-05  Richard M. Stallman  <rms@gnu.org>
 
        * cus-edit.el (custom-file): Doc fix.
@@ -7,7 +11,7 @@
 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * wid-edit.el (widget-specify-field): Add `real-field' property to
-       boundary. 
+       boundary.
        (widget-field-at): Use it.
 
 2004-12-02  Richard M. Stallman  <rms@gnu.org>
index ae008f2f2e20876d0c203395384f84f04987dbde..e9a5cc412141c65ef28f8583d117fcfcd272fabf 100644 (file)
@@ -3681,7 +3681,7 @@ The default is nil, which means to use your init file
 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 ...)'