]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-obsolete-face-alias): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 6 Oct 2009 03:43:23 +0000 (03:43 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 Oct 2009 03:43:23 +0000 (03:43 +0000)
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el

index d7a4f85f4eed124478f10065a5b5599eadf4f14e..c3b7b28361c45b7d097c2a4897372721880d3b3a 100644 (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,
index 7c3ea62f3ec08eacc5d0dfd23ce0be85a02949b4..5c4eeae0cde5f70f1c594f83c2b4f80eedccc40a 100644 (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.