diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 21:53:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 21:53:20 (GMT) |
commit | 78c76d0249a414356aa58cf1915b4c448aae766e (patch) | |
tree | ee96565a4907b61055a97280a0d8902aee4fbb6f /doc | |
parent | b28227e3da810f3e0e7d2ad1ebf612d434efcda2 (diff) | |
download | tcl-78c76d0249a414356aa58cf1915b4c448aae766e.zip tcl-78c76d0249a414356aa58cf1915b4c448aae766e.tar.gz tcl-78c76d0249a414356aa58cf1915b4c448aae766e.tar.bz2 |
Change emacs mode comment style to stop problems with older man. [1085127]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lsearch.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index b8a6f18..59fa21a 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -1,4 +1,3 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -7,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsearch.n,v 1.13.2.3 2004/10/27 12:52:40 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.13.2.4 2005/01/05 21:53:30 dkf Exp $ '\" .so man.macros .TH lsearch n 8.4 Tcl "Tcl Built-In Commands" @@ -138,3 +137,7 @@ lset(n), lsort(n), lrange(n), lreplace(n) .SH KEYWORDS list, match, pattern, regular expression, search, string + +'\" Local Variables: +'\" mode: nroff +'\" End: |