summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2012-01-29 18:01:20 +0800
committerChong Yidong <cyd@gnu.org>2012-01-29 18:01:20 +0800
commitd6e6f4b1e956714cde3b5d527a55e788f9f9a498 (patch)
tree5ca77beb285db2edadeedc5f02e754cf9fe9be76
parent837a390a91191e20dfe8684eee0849edc28ebc8f (diff)
downloademacs-d6e6f4b1e956714cde3b5d527a55e788f9f9a498.tar.gz
* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/custom.el1
2 files changed, 5 insertions, 0 deletions
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 <naesten@gmail.com> (tiny change)
+
+ * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
+
2012-01-29 Syver Enstad <syver.enstad@cisco.com> (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.