summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-06 03:43:23 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-06 03:43:23 +0000
commit73fe714ac3df0269c1053875dc54bd95672898b2 (patch)
tree4bf24c0493e77aa5a1cc2a1e6d365df137da785b /lisp/emacs-lisp/byte-run.el
parent3405d98c33c2467e533bf4dc10fb1adc7a05ebff (diff)
downloademacs-73fe714ac3df0269c1053875dc54bd95672898b2.tar.gz
(define-obsolete-face-alias): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 7c3ea62f3ec..5c4eeae0cde 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -210,8 +210,8 @@ Info node `(elisp)Variable Aliases' for more details."
;; 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.
-The optional string WHEN gives the Emacs version where OBSOLETE-FACE
-became obsolete."
+The string WHEN gives the Emacs version where OBSOLETE-FACE became
+obsolete."
`(progn
(put ,obsolete-face 'face-alias ,current-face)
;; Used by M-x describe-face.