(Man-init-defvars): Fix case in a char set range.
This commit is contained in:
parent
0020dbcd12
commit
008d825ad3
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ This is necessary if one wants to dump man.el with emacs."
|
|||
"-e '/^[ \t]*Page[ \t][0-9]*.*(printed[ \t][0-9\\/]*)$/d'"
|
||||
"-e '/^Printed[ \t][0-9].*[0-9]$/d'"
|
||||
"-e '/^[ \t]*X[ \t]Version[ \t]1[01].*Release[ \t][0-9]/d'"
|
||||
"-e '/^[A-za-z].*Last[ \t]change:/d'"
|
||||
"-e '/^[A-Za-z].*Last[ \t]change:/d'"
|
||||
"-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'"
|
||||
"-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'"
|
||||
"-e '/^[ \t]*Rev\\..*Page [0-9][0-9]*$/d'"
|
||||
|
|
Loading…
Add table
Reference in a new issue