* lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
This commit is contained in:
parent
cb411c609d
commit
4c85e3f7e9
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ variable (this is due to the way `defvaralias' works).
|
|||
If provided, WHEN should be a string indicating when the variable
|
||||
was first made obsolete, for example a date or a release number.
|
||||
|
||||
For the benefit of `custom-set-variables', if OBSOLETE-NAME has
|
||||
For the benefit of Customize, 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'."
|
||||
|
|
Loading…
Add table
Reference in a new issue