diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:45:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:45:17 +0000 |
commit | bd0343fe35babe0f9be3b55b1a4256a4cb711425 (patch) | |
tree | 2c8584f3a0e925326c458bcc962dc87dec405d92 /lisp/mail/mh-e.el | |
parent | ac282af8052c7a7e32c7a930ced5ef7cd9810257 (diff) | |
download | emacs-bd0343fe35babe0f9be3b55b1a4256a4cb711425.tar.gz emacs-bd0343fe35babe0f9be3b55b1a4256a4cb711425.tar.bz2 emacs-bd0343fe35babe0f9be3b55b1a4256a4cb711425.zip |
(mh-good-msg-regexp): Doc fix.
Diffstat (limited to 'lisp/mail/mh-e.el')
-rw-r--r-- | lisp/mail/mh-e.el | 4 |
1 files 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.") |