diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-15 09:14:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-15 09:14:45 (GMT) |
commit | c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a (patch) | |
tree | e00dca9a858364d599cd964fc2d4fc2dc4220512 | |
parent | 3df4112fe292b761482313d90a8d7612a8853da0 (diff) | |
download | tcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.zip tcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.tar.gz tcl-c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a.tar.bz2 |
a little minor emacs niceness
-rw-r--r-- | doc/return.n | 5 |
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: |