* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
This commit is contained in:
parent
837a390a91
commit
d6e6f4b1e9
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue