From: Gerd Moellmann Date: Thu, 2 Aug 2001 09:04:15 +0000 (+0000) Subject: (defcustom): Doc fix. X-Git-Tag: emacs-pretest-21.0.105~314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2b38e517f5dc16b88f1a194112e9b3b0678b638;p=emacs.git (defcustom): Doc fix. --- diff --git a/lisp/custom.el b/lisp/custom.el index 4a8a0aedb21..ef083ebb238 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -188,6 +188,9 @@ The following keywords are meaningful: VALUE should be a string specifying that the variable was first introduced, or its default value was changed, in Emacs version VERSION. +:set-after VARIABLE + Specifies that SYMBOL should be set after VARIABLE when + both have been customized. Read the section about customization in the Emacs Lisp manual for more information."