emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 8c66ebf 57/64: Further define-obsolete-* doc fixu


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 8c66ebf 57/64: Further define-obsolete-* doc fixups
Date: Sun, 01 May 2016 18:18:43 +0000

branch: emacs-25
commit 8c66ebfcf06f318a5d984178c90d48362eebe085
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Further define-obsolete-* doc fixups
    
    * lisp/emacs-lisp/byte-run.el (define-obsolete-face-alias):
    Fix up last change.
    (define-obsolete-variable-alias): Ditto.
    
    (cherry picked from commit 28e9f4390d8391c2c36be4ef515cf3a2c679a5a5)
---
 lisp/emacs-lisp/byte-run.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index ed457d9..818c268 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -407,7 +407,7 @@ dumped with Emacs).  This is so that any user 
customizations are
 applied before the defcustom tries to initialize the
 variable (this is due to the way `defvaralias' works).
 
-If provided, WHEN should be a string indicating when the function
+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
@@ -434,7 +434,7 @@ CURRENT-NAME, if it does not already have them:
 ;; It only really affects M-x describe-face output.
 (defmacro define-obsolete-face-alias (obsolete-face current-face when)
   "Make OBSOLETE-FACE a face alias for CURRENT-FACE and mark it obsolete.
-If provided, WHEN should be a string indicating when the function
+If provided, WHEN should be a string indicating when the face
 was first made obsolete, for example a date or a release number."
   `(progn
      (put ,obsolete-face 'face-alias ,current-face)



reply via email to

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