]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-filter-list): Don't insist on `...done' after `wait'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Mar 1994 17:08:48 +0000 (17:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Mar 1994 17:08:48 +0000 (17:08 +0000)
Match `Reformatting entry.  Wait'.

lisp/man.el

index fa514efda05eea107673acb67583e8c20c1aef55..66dbbf766a5b62aa6a8c8a232b379e32f11e9229 100644 (file)
@@ -142,7 +142,8 @@ the associated section number.")
   '(("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'"