Mercurial > emacs
changeset 105486:dfa034d34546
(define-obsolete-face-alias): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 06 Oct 2009 03:43:23 +0000 |
parents | 73071baff669 |
children | 3a95e71d418d |
files | lisp/ChangeLog lisp/emacs-lisp/byte-run.el |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 06 03:12:55 2009 +0000 +++ b/lisp/ChangeLog Tue Oct 06 03:43:23 2009 +0000 @@ -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,
--- a/lisp/emacs-lisp/byte-run.el Tue Oct 06 03:12:55 2009 +0000 +++ b/lisp/emacs-lisp/byte-run.el Tue Oct 06 03:43:23 2009 +0000 @@ -210,8 +210,8 @@ ;; 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.