Mercurial > emacs
comparison lisp/man.el @ 14057:61ef36a83a98
(Man-filter-list): Recognize "Rev" footers.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 08 Jan 1996 22:49:24 +0000 |
parents | 187735b53d52 |
children | 83f275dcd93a |
comparison
equal
deleted
inserted
replaced
14056:41802d268ffb | 14057:61ef36a83a98 |
---|---|
351 "-e '/^Printed[ \t][0-9].*[0-9]$/d'" | 351 "-e '/^Printed[ \t][0-9].*[0-9]$/d'" |
352 "-e '/^[ \t]*X[ \t]Version[ \t]1[01].*Release[ \t][0-9]/d'" | 352 "-e '/^[ \t]*X[ \t]Version[ \t]1[01].*Release[ \t][0-9]/d'" |
353 "-e '/^[A-za-z].*Last[ \t]change:/d'" | 353 "-e '/^[A-za-z].*Last[ \t]change:/d'" |
354 "-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'" | 354 "-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'" |
355 "-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'" | 355 "-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'" |
356 "-e '/^[ \t]*Rev\\..*Page [0-9][0-9]*$/d'" | |
356 )) | 357 )) |
357 (cons | 358 (cons |
358 Man-awk-command | 359 Man-awk-command |
359 (list | 360 (list |
360 "'\n" | 361 "'\n" |