summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-15 09:14:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-15 09:14:45 (GMT)
commitc17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a (patch)
treee00dca9a858364d599cd964fc2d4fc2dc4220512 /doc
parent3df4112fe292b761482313d90a8d7612a8853da0 (diff)
downloadtcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.zip
tcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.tar.gz
tcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.tar.bz2
a little minor emacs niceness
Diffstat (limited to 'doc')
-rw-r--r--doc/return.n5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/return.n b/doc/return.n
index 5630206..d771c28 100644
--- a/doc/return.n
+++ b/doc/return.n
@@ -6,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: return.n,v 1.21 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: return.n,v 1.22 2009/05/15 09:14:45 dkf Exp $
'\"
.so man.macros
.TH return n 8.5 Tcl "Tcl Built-In Commands"
@@ -304,3 +304,6 @@ proc myReturn {args} {
break(n), catch(n), continue(n), dict(n), error(n), proc(n), source(n), tclvars(n)
.SH KEYWORDS
break, catch, continue, error, procedure, return
+.\" Local Variables:
+.\" mode: nroff
+.\" End: