(define-obsolete-face-alias): Doc fix.

This commit is contained in:
Glenn Morris 2009-10-06 03:43:23 +00:00
parent 3405d98c33
commit 73fe714ac3
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2009-10-06 Glenn Morris <rgm@gnu.org>
* emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
* emacs-lisp/autoload.el (autoload-excludes): New variable.
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,

View file

@ -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.