diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-06 13:38:03 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-30 21:34:34 +0100 |
commit | 2985ff255ce9ae7736d27a903209d661ba638c75 (patch) | |
tree | 5e0419f9e0ed7697755982346bb40daf103e81e5 /doc | |
parent | 82ca819d41c07a57497e0439f9c1293241d8e632 (diff) | |
download | idutils-2985ff255ce9ae7736d27a903209d661ba638c75.tar.gz idutils-2985ff255ce9ae7736d27a903209d661ba638c75.tar.bz2 idutils-2985ff255ce9ae7736d27a903209d661ba638c75.zip |
Remove trailing blanks.
* README-alpha:
* TODO:
* doc/idutils.texi:
* libidu/scanners.c (set_uchar_ctype, ARGS, get_token_lisp):
* src/Makefile.am:
* src/fid.c (main):
* src/lid.c (report_edit):
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank,
thus enabling that check.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/idutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/idutils.texi b/doc/idutils.texi index 630836a..43c6e12 100644 --- a/doc/idutils.texi +++ b/doc/idutils.texi @@ -711,7 +711,7 @@ them as token delimiters. @cindex perl scanner (EXPERIMENTAL) -The perl scanner is intended for perl-language documents. Tokens are all +The perl scanner is intended for perl-language documents. Tokens are all words, Perl Keywords are included. Comments & string declarations are ignored, as well as the documentation. It is customizable to the extent that character classes can be designated as token constituents or as |