K 10
svn:author
V 3
nik
K 8
svn:date
V 27
1998-10-21T21:52:28.000000Z
K 7
svn:log
V 232
Some paragraphs have leading space(s). E.g.,
There is some leading space here.
Get rid of it, doing an emacs search/replace for
+\([^ ]\)
and replacing with
\1
This can be done globally.
END