diff options
| author | Chong Yidong | 2010-01-17 14:50:24 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-17 14:50:24 -0500 |
| commit | 607d436922d20758f2af4b70a0c53e73739b5487 (patch) | |
| tree | 8e32d133e599a0cb577d58e9835df4f1d58c4e1d /doc | |
| parent | 0b702bc14d3d8b9a31f567fd94f1a1b176888560 (diff) | |
| download | emacs-607d436922d20758f2af4b70a0c53e73739b5487.tar.gz emacs-607d436922d20758f2af4b70a0c53e73739b5487.zip | |
Minor Semantic and EIEIO manual fixes.
* semantic.texi: Add Richard Y. Kim credit.
* eieio.texi (Making New Objects): Fix typo (Bug#5406).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rwxr-xr-x | doc/misc/eieio.texi | 2 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 |
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 @@ | |||
| 1 | 2010-01-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * semantic.texi: Add Richard Y. Kim credit. | ||
| 4 | |||
| 5 | * eieio.texi (Making New Objects): Fix typo (Bug#5406). | ||
| 6 | |||
| 1 | 2010-01-17 Michael Albinus <michael.albinus@gmx.de> | 7 | 2010-01-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and | 9 | * 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}. | |||
| 645 | @comment node-name, next, previous, up | 645 | @comment node-name, next, previous, up |
| 646 | @chapter Making New Objects | 646 | @chapter Making New Objects |
| 647 | 647 | ||
| 648 | Suppose we have defined a simple class is defined, such as: | 648 | Suppose we have a simple class is defined, such as: |
| 649 | 649 | ||
| 650 | @example | 650 | @example |
| 651 | (defclass record () | 651 | (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 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | @setfilename ../../info/semantic | 2 | @setfilename ../../info/semantic |
| 3 | @set TITLE Semantic Manual | 3 | @set TITLE Semantic Manual |
| 4 | @set AUTHOR Eric M. Ludlam and David Ponce | 4 | @set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim |
| 5 | @settitle @value{TITLE} | 5 | @settitle @value{TITLE} |
| 6 | 6 | ||
| 7 | @c ************************************************************************* | 7 | @c ************************************************************************* |