Minor Semantic and EIEIO manual fixes.
* semantic.texi: Add Richard Y. Kim credit. * eieio.texi (Making New Objects): Fix typo (Bug#5406).
This commit is contained in:
parent
0b702bc14d
commit
607d436922
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
|
|
@ -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 *************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue