diff options
| author | Stefan Monnier | 2015-03-25 14:28:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-03-25 14:28:25 -0400 |
| commit | 2b828866c2df5ea558283e4c3f4c79a404918bea (patch) | |
| tree | 60c01fa9ef4ab726b1e07e3aa7de7a6e6dac9937 /lisp | |
| parent | eeb515715d50e55477b6bc9c5a64fbb57dfaec94 (diff) | |
| download | emacs-2b828866c2df5ea558283e4c3f4c79a404918bea.tar.gz emacs-2b828866c2df5ea558283e4c3f4c79a404918bea.zip | |
* etc/TODO: Remove obsolete entries.
Diffstat (limited to 'lisp')
| -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 | |||
| 393 | This uses `defvaralias' and `make-obsolete-variable' (which see). | 393 | This uses `defvaralias' and `make-obsolete-variable' (which see). |
| 394 | See the Info node `(elisp)Variable Aliases' for more details. | 394 | See the Info node `(elisp)Variable Aliases' for more details. |
| 395 | 395 | ||
| 396 | If CURRENT-NAME is a defcustom (more generally, any variable | 396 | If CURRENT-NAME is a defcustom or a defvar (more generally, any variable |
| 397 | where OBSOLETE-NAME may be set, e.g. in an init file, before the | 397 | where OBSOLETE-NAME may be set, e.g. in an init file, before the |
| 398 | alias is defined), then the define-obsolete-variable-alias | 398 | alias is defined), then the define-obsolete-variable-alias |
| 399 | statement should be evaluated before the defcustom, if user | 399 | statement should be evaluated before the defcustom, if user |
| @@ -407,7 +407,7 @@ variable (this is due to the way `defvaralias' works). | |||
| 407 | For the benefit of `custom-set-variables', if OBSOLETE-NAME has | 407 | For the benefit of `custom-set-variables', if OBSOLETE-NAME has |
| 408 | any of the following properties, they are copied to | 408 | any of the following properties, they are copied to |
| 409 | CURRENT-NAME, if it does not already have them: | 409 | CURRENT-NAME, if it does not already have them: |
| 410 | 'saved-value, 'saved-variable-comment." | 410 | `saved-value', `saved-variable-comment'." |
| 411 | (declare (doc-string 4) | 411 | (declare (doc-string 4) |
| 412 | (advertised-calling-convention | 412 | (advertised-calling-convention |
| 413 | ;; New code should always provide the `when' argument. | 413 | ;; New code should always provide the `when' argument. |