]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor Semantic and EIEIO manual fixes.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 17 Jan 2010 19:50:24 +0000 (14:50 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 17 Jan 2010 19:50:24 +0000 (14:50 -0500)
* semantic.texi: Add Richard Y. Kim credit.
* eieio.texi (Making New Objects): Fix typo (Bug#5406).

doc/misc/ChangeLog
doc/misc/eieio.texi
doc/misc/semantic.texi

index 3226b1cc3cdeb08d6881053a622850c877d43149..a8227f0b8085a2b55fd1674836e29a0ba96a8e50 100644 (file)
@@ -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
index 06ff1677f0fb05f5db425f4e2f658a5ebc910892..8b70d16f998fa65bfb62b2ce38910bd617c81c5f 100755 (executable)
@@ -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 ()
index c4aa4b81419732fc79a9f97c2a27f52fc111615d..bf618b9e09d5a4d8da6e96aa0b4afc15df387d4c 100644 (file)
@@ -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 *************************************************************************