summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-04-19 23:29:33 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-04-19 23:29:33 -0400
commit4c85e3f7e97875f3bda67113a1e4195d0264a707 (patch)
tree379832c756273158922bcd1fdbf5c570a6218c4d /lisp/emacs-lisp/byte-run.el
parentcb411c609d43d3c015c9550e1fc931f6f204e90d (diff)
downloademacs-4c85e3f7e97875f3bda67113a1e4195d0264a707.tar.gz
emacs-4c85e3f7e97875f3bda67113a1e4195d0264a707.tar.bz2
emacs-4c85e3f7e97875f3bda67113a1e4195d0264a707.zip
* lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 7e256f83272..842d1d48b45 100644
--- 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'."