# HG changeset patch # User Luc Teirlinck # Date 1102261605 0 # Node ID 8348ad1712e16b437d35409dbf777d71a783f1e4 # Parent 87846d37517b53214125b04f857313cc9063f128 (custom-file): Escape double-quotes in docstring. diff -r 87846d37517b -r 8348ad1712e1 lisp/cus-edit.el --- 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 ...)'