emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106997: * lisp/custom.el (defcustom)


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106997: * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
Date: Sun, 29 Jan 2012 18:01:20 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106997
fixes bug(s): http://debbugs.gnu.org/10635
author: Samuel Bronson <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-01-29 18:01:20 +0800
message:
  * lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
modified:
  lisp/ChangeLog
  lisp/custom.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-29 07:25:22 +0000
+++ b/lisp/ChangeLog    2012-01-29 10:01:20 +0000
@@ -1,3 +1,7 @@
+2012-01-29  Samuel Bronson  <address@hidden>  (tiny change)
+
+       * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
+
 2012-01-29  Syver Enstad  <address@hidden>  (tiny change)
 
        * progmodes/gud.el (pdb): Give pdb full paths, to allow setting

=== modified file 'lisp/custom.el'
--- a/lisp/custom.el    2012-01-25 05:48:11 +0000
+++ b/lisp/custom.el    2012-01-29 10:01:20 +0000
@@ -231,6 +231,7 @@
        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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]