changeset 6292:a52a879c385c

(Man-filter-list): Don't insist on `...done' after `wait'. Match `Reformatting entry. Wait'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Mar 1994 17:08:48 +0000
parents 38ec8e76594f
children 649c8a929063
files lisp/man.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Thu Mar 10 17:03:21 1994 +0000
+++ b/lisp/man.el	Thu Mar 10 17:08:48 1994 +0000
@@ -142,7 +142,8 @@
   '(("sed "
      (;;"-e 's/.\010//g'"
       "-e '/[Nn]o such file or directory/d'"
-      "-e '/Reformatting page.  Wait... done/d'"
+      "-e '/Reformatting page.  Wait/d'"
+      "-e '/Reformatting entry.  Wait/d'"
       "-e '/^\\([A-Z][A-Z.]*([0-9A-Za-z][-0-9A-Za-z+]*)\\).*\\1$/d'"
       "-e '/^[ \\t]*Hewlett-Packard Company[ \\t]*- [0-9]* -.*$/d'"
       "-e '/^[ \\t]*Hewlett-Packard[ \\t]*- [0-9]* -.*$/d'"