From: Samuel Bronson Date: Sun, 29 Jan 2012 10:01:20 +0000 (+0800) Subject: * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635). X-Git-Tag: emacs-pretest-24.0.93~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6e6f4b1e956714cde3b5d527a55e788f9f9a498;p=emacs.git * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a6b3649e25..24b8d2aed98 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-01-29 Samuel Bronson (tiny change) + + * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635). + 2012-01-29 Syver Enstad (tiny change) * progmodes/gud.el (pdb): Give pdb full paths, to allow setting diff --git a/lisp/custom.el b/lisp/custom.el index 132576ac6e2..d9cba2704d8 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -231,6 +231,7 @@ The following keywords are meaningful: it does (require VALUE) first. :risky Set SYMBOL's `risky-local-variable' property to VALUE. :safe Set SYMBOL's `safe-local-variable' property to VALUE. + See Info node `(elisp) File Local Variables'. The following common keywords are also meaningful.