* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
authorSamuel Bronson <naesten@gmail.com>
Sun, 29 Jan 2012 10:01:20 +0000 (18:01 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 29 Jan 2012 10:01:20 +0000 (18:01 +0800)
lisp/ChangeLog
lisp/custom.el

index 8a6b364..24b8d2a 100644 (file)
@@ -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
index 132576a..d9cba27 100644 (file)
@@ -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.