summaryrefslogtreecommitdiffstats
path: root/doc/lsearch.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-01-05 16:38:49 (GMT)
committerdkf <dkf@noemail.net>2005-01-05 16:38:49 (GMT)
commitdae7a6e04eddc826e02d58a42bbbabf537fa09ba (patch)
tree409600c9537320b8cfc604fddd7c2de0aac1e5c9 /doc/lsearch.n
parent7e9d22045391aa46439c58e010454ee385a86149 (diff)
downloadtcl-dae7a6e04eddc826e02d58a42bbbabf537fa09ba.zip
tcl-dae7a6e04eddc826e02d58a42bbbabf537fa09ba.tar.gz
tcl-dae7a6e04eddc826e02d58a42bbbabf537fa09ba.tar.bz2
Move emacs mode comment to end of file to stop problems with old man.
FossilOrigin-Name: d53a13aa4e0eed48cf388e638ded44598e41b760
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r--doc/lsearch.n7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n
index 5cfce90..d456181 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.
@@ -8,7 +7,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.21 2004/09/02 13:55:55 dkf Exp $
+'\" RCS: @(#) $Id: lsearch.n,v 1.22 2005/01/05 16:38:54 dkf Exp $
'\"
.so man.macros
.TH lsearch n 8.5 Tcl "Tcl Built-In Commands"
@@ -171,3 +170,7 @@ lset(n), lsort(n), lrange(n), lreplace(n)
.SH KEYWORDS
list, match, pattern, regular expression, search, string
+
+'\" Local Variables:
+'\" mode: nroff
+'\" End: