From d6e6f4b1e956714cde3b5d527a55e788f9f9a498 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sun, 29 Jan 2012 18:01:20 +0800 Subject: [PATCH] * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635). --- lisp/ChangeLog | 4 ++++ lisp/custom.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a6b3649e2..24b8d2aed9 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 132576ac6e..d9cba2704d 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. -- 2.20.1