changeset 67245:4b8cea82e2d9

(mh-defface-compat): Checkdoc fix.
author Bill Wohler <wohler@newt.com>
date Fri, 02 Dec 2005 04:55:39 +0000
parents 6521056180e7
children bce5c0d2041c
files lisp/mh-e/mh-init.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-init.el	Fri Dec 02 04:54:06 2005 +0000
+++ b/lisp/mh-e/mh-init.el	Fri Dec 02 04:55:39 2005 +0000
@@ -1,6 +1,6 @@
 ;;; mh-init.el --- MH-E initialization.
 
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Peter S. Galbraith <psg@debian.org>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
@@ -336,7 +336,7 @@
   "Non-nil means defface supports min-colors display requirement.")
 
 (defun mh-defface-compat (spec)
-  "Converts SPEC for defface if necessary to run on older platforms.
+  "Convert SPEC for defface if necessary to run on older platforms.
 See `defface' for the spec definition.
 
 When `mh-min-colors-defined-flag' is nil, this function finds a display with a
@@ -354,7 +354,7 @@
           (when (not (eq (car entry) t))
             (if (assoc 'min-colors (car entry))
                 (delq (assoc 'min-colors (car entry)) (car entry)))))))
-  
+
 (provide 'mh-init)
 
 ;;; Local Variables: