summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/misc/ChangeLog6
-rwxr-xr-xdoc/misc/eieio.texi2
-rw-r--r--doc/misc/semantic.texi2
3 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 3226b1cc3cd..a8227f0b808 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-17 Chong Yidong <cyd@stupidchicken.com>
+
+ * semantic.texi: Add Richard Y. Kim credit.
+
+ * eieio.texi (Making New Objects): Fix typo (Bug#5406).
+
2010-01-17 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 06ff1677f0f..8b70d16f998 100755
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -645,7 +645,7 @@ function of @code{:initform}.
@comment node-name, next, previous, up
@chapter Making New Objects
-Suppose we have defined a simple class is defined, such as:
+Suppose we have a simple class is defined, such as:
@example
(defclass record ()
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi
index c4aa4b81419..bf618b9e09d 100644
--- a/doc/misc/semantic.texi
+++ b/doc/misc/semantic.texi
@@ -1,7 +1,7 @@
\input texinfo
@setfilename ../../info/semantic
@set TITLE Semantic Manual
-@set AUTHOR Eric M. Ludlam and David Ponce
+@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
@settitle @value{TITLE}
@c *************************************************************************