From 44240c376d5f7972a91090e4a4d64d7fefb4270f Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 5 Dec 2004 15:50:34 +0000 Subject: [PATCH] (custom-file): Escape double-quotes in docstring. --- lisp/ChangeLog | 6 +++++- lisp/cus-edit.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35603e7e9c1..098342c9bcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-12-05 Luc Teirlinck + + * cus-edit.el (custom-file): Escape double-quotes in docstring. + 2004-12-05 Richard M. Stallman * cus-edit.el (custom-file): Doc fix. @@ -7,7 +11,7 @@ 2004-12-02 Per Abrahamsen * wid-edit.el (widget-specify-field): Add `real-field' property to - boundary. + boundary. (widget-field-at): Use it. 2004-12-02 Richard M. Stallman diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index ae008f2f2e2..e9a5cc41214 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 ...)' -- 2.39.5