projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb411c6
)
* lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 20 Apr 2019 03:29:33 +0000
(23:29 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 20 Apr 2019 03:29:33 +0000
(23:29 -0400)
lisp/emacs-lisp/byte-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-run.el
b/lisp/emacs-lisp/byte-run.el
index 7e256f832724d46c041acc123d0b9ceb4ebbbcf4..842d1d48b45b5124b23c3241e718517d6c5152e0 100644
(file)
--- a/
lisp/emacs-lisp/byte-run.el
+++ b/
lisp/emacs-lisp/byte-run.el
@@
-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'."