1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).

This commit is contained in:
Samuel Bronson 2012-01-29 18:01:20 +08:00 committed by Chong Yidong
parent 837a390a91
commit d6e6f4b1e9
2 changed files with 5 additions and 0 deletions

View 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

View 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.