diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 16:40:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 16:40:39 (GMT) |
commit | 5c174947d8e94088fa80d52bd1a7356766aa133a (patch) | |
tree | ee9083323bb937d6a6f8f7345208ecff16f33757 | |
parent | 41038e003ee759938bcffbc9f14145694475ee62 (diff) | |
download | tk-5c174947d8e94088fa80d52bd1a7356766aa133a.zip tk-5c174947d8e94088fa80d52bd1a7356766aa133a.tar.gz tk-5c174947d8e94088fa80d52bd1a7356766aa133a.tar.bz2 |
Move emacs mode comment to end of file to stop problems with old man.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/loadTk.n | 7 | ||||
-rw-r--r-- | doc/toplevel.n | 7 |
3 files changed, 16 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/loadTk.n, doc/toplevel.n: Convert to other form of emacs + mode control comment to prevent problems with old versions of + man. [Bug 1085127] + 2005-01-03 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. diff --git a/doc/loadTk.n b/doc/loadTk.n index d888013..3af7b5c 100644 --- a/doc/loadTk.n +++ b/doc/loadTk.n @@ -1,11 +1,10 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1995-1996 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: loadTk.n,v 1.6 2004/09/01 09:37:49 dkf Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.7 2005/01/05 16:40:39 dkf Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -77,3 +76,7 @@ safe(n), interp(n), library(n), load(n), package(n), source(n), unknown(n) .SH KEYWORDS alias, auto\-loading, auto_mkindex, load, master interpreter, safe interpreter, slave interpreter, source + +'\" Local Variables: +'\" mode: nroff +'\" End: diff --git a/doc/toplevel.n b/doc/toplevel.n index cda329a..dbf20f7 100644 --- a/doc/toplevel.n +++ b/doc/toplevel.n @@ -1,4 +1,3 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1990-1994 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -6,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: toplevel.n,v 1.6 2004/09/01 09:37:57 dkf Exp $ +'\" RCS: @(#) $Id: toplevel.n,v 1.7 2005/01/05 16:40:39 dkf Exp $ '\" .so man.macros .TH toplevel n 8.4 Tk "Tk Built-In Commands" @@ -160,3 +159,7 @@ frame(n) .SH KEYWORDS toplevel, widget + +'\" Local Variables: +'\" mode: nroff +'\" End: |