From b273f5ded8f1e632fd6d4b531347d4a6e88b210c Mon Sep 17 00:00:00 2001
From: dkf <donal.k.fellows@manchester.ac.uk>
Date: Sun, 18 Apr 2010 11:51:43 +0000
Subject: 	* doc/unset.n: [Bug 2988940]: Fix typo.

---
 ChangeLog   | 10 +++++++---
 doc/unset.n |  9 +++++++--
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e82ec18..13bf5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2010-04-18  Donal K. Fellows  <dkf@users.sf.net>
+
+	* doc/unset.n: [Bug 2988940]: Fix typo.
+
 2010-04-15  Jan Nijtmans  <nijtmans@users.sf.net>
 
 	* win/tclWinPort.h:       Move inclusion of <tchar.h> from
-	* generic/tcl.h           tclPlatDecls.h to tclWinPort.h,
-	* generic/tclPlatDecls.h  where it belongs. Add fallback in
-	tcl.h, so TCHAR is available in win32 always
+	* generic/tcl.h:          tclPlatDecls.h to tclWinPort.h, where it
+	* generic/tclPlatDecls.h: belongs. Add fallback in tcl.h, so TCHAR is
+				  available in win32 always.
 
 2010-04-15  Donal K. Fellows  <dkf@users.sf.net>
 
diff --git a/doc/unset.n b/doc/unset.n
index 2608051..52d82a5 100644
--- a/doc/unset.n
+++ b/doc/unset.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: unset.n,v 1.14 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: unset.n,v 1.15 2010/04/18 11:51:43 dkf Exp $
 '\" 
 .so man.macros
 .TH unset n 8.4 Tcl "Tcl Built-In Commands"
@@ -32,7 +32,8 @@ errors are suppressed.  The option may not be abbreviated, in order to
 disambiguate it from possible variable names.  The option \fI\-\-\fR
 indicates the end of the options, and should be used if you wish to
 remove a variable with the same name as any of the options.
-If an error occurs, any variables after the named one causing the error not
+If an error occurs during variable deletion, any variables after the named one
+causing the error are not
 deleted.  An error can occur when the named variable does not exist, or the
 name refers to an array element but the variable is a scalar, or the name
 refers to a variable in a non-existent namespace.
@@ -63,3 +64,7 @@ parray squares
 set(n), trace(n), upvar(n)
 .SH KEYWORDS
 remove, variable
+'\" Local Variables:
+'\" mode: nroff
+'\" fill-column: 78
+'\" End:
-- 
cgit v0.12