diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-25 14:28:25 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-25 14:28:25 -0400 |
commit | 2b828866c2df5ea558283e4c3f4c79a404918bea (patch) | |
tree | 60c01fa9ef4ab726b1e07e3aa7de7a6e6dac9937 /lisp/emacs-lisp/byte-run.el | |
parent | eeb515715d50e55477b6bc9c5a64fbb57dfaec94 (diff) | |
download | emacs-2b828866c2df5ea558283e4c3f4c79a404918bea.tar.gz emacs-2b828866c2df5ea558283e4c3f4c79a404918bea.tar.bz2 emacs-2b828866c2df5ea558283e4c3f4c79a404918bea.zip |
* etc/TODO: Remove obsolete entries.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index e0d6c3e7829..081ea3183b9 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -393,7 +393,7 @@ ACCESS-TYPE if non-nil should specify the kind of access that will trigger This uses `defvaralias' and `make-obsolete-variable' (which see). See the Info node `(elisp)Variable Aliases' for more details. -If CURRENT-NAME is a defcustom (more generally, any variable +If CURRENT-NAME is a defcustom or a defvar (more generally, any variable where OBSOLETE-NAME may be set, e.g. in an init file, before the alias is defined), then the define-obsolete-variable-alias statement should be evaluated before the defcustom, if user @@ -407,7 +407,7 @@ variable (this is due to the way `defvaralias' works). For the benefit of `custom-set-variables', if OBSOLETE-NAME has any of the following properties, they are copied to CURRENT-NAME, if it does not already have them: -'saved-value, 'saved-variable-comment." +`saved-value', `saved-variable-comment'." (declare (doc-string 4) (advertised-calling-convention ;; New code should always provide the `when' argument. |