From bd0343fe35babe0f9be3b55b1a4256a4cb711425 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:45:17 +0000 Subject: [PATCH] (mh-good-msg-regexp): Doc fix. --- lisp/mail/mh-e.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index 0bda4492e4e..8592b3059fa 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el @@ -63,7 +63,7 @@ ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu ;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu -(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.8 1995/04/25 22:28:04 kwzh Exp kwzh $") +(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.9 1995/11/03 02:28:26 kwzh Exp kwzh $") ;;; Code: @@ -140,7 +140,7 @@ A directory name string, or nil to use current directory.") ;;; the line are the message number, followed by two places for notations. (defvar mh-good-msg-regexp "^....[^D^]" - "Regexp specifiying the scan lines that are 'good' messages.") + "Regexp specifying the scan lines that are 'good' messages.") (defvar mh-deleted-msg-regexp "^....D" "Regexp matching scan lines of deleted messages.") -- 2.39.2