emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4c85e3f 3/4: * lisp/emacs-lisp/byte-run.el (define-


From: Stefan Monnier
Subject: [Emacs-diffs] master 4c85e3f 3/4: * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
Date: Fri, 19 Apr 2019 23:32:12 -0400 (EDT)

branch: master
commit 4c85e3f7e97875f3bda67113a1e4195d0264a707
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
---
 lisp/emacs-lisp/byte-run.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 7e256f8..842d1d4 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]