So I looked at the CEDET merge patch as it was applied to the Emacs
trunk and found some typos landing in the docs, and even one place where
correct English grammar was replaced with incorrect grammar. (This is
not a complete proofread of the docs, by any means, just fallout from my
reading the docs diffs to see what was new.)
I thought it best to fix them upstream, so here's a patch against bzr
trunk.
=== modified file 'doc/texi/ede.texi'
--- doc/texi/ede.texi 2012-07-16 23:37:06 +0000
+++ doc/texi/ede.texi 2012-10-08 21:51:26 +0000
@@ -1170,14 +1170,14 @@
@table @code
@item project-am
-Autmake project which reads existing Automake files.
+Automake project which reads existing Automake files.
@item ede-proj-project
This project type will create @file{Makefiles},
or @file{Makefile.am} files to compile your project.
@item ede-linux
This project type will detect linux source trees.
@item ede-emacs
-This proejct will detect an Emacs source tree.
+This project will detect an Emacs source tree.
@end table
There are several other project types as well.
=== modified file 'doc/texi/eieio.texi'
--- doc/texi/eieio.texi 2012-04-21 11:39:55 +0000
+++ doc/texi/eieio.texi 2012-10-08 21:51:56 +0000
@@ -595,7 +595,7 @@
@item :depth-first
Search for methods in the class hierarchy in a depth first order.
@item :c3
-Searches for methods in in a learnarized way that most closely matches
+Searches for methods in in a linearized way that most closely matches
what CLOS does when a monotonic class structure is defined.
@end table
@@ -1010,7 +1010,7 @@
@item :depth-first
Search for methods in the class hierarchy in a depth first order.
@item :c3
-Searches for methods in in a learnarized way that most closely matches
+Searches for methods in in a linearized way that most closely matches
what CLOS does when CLOS when a monotonic class structure is defined.
This is derived from the Dylan language documents by
@@ -1409,7 +1409,7 @@
Signal an error if the object in @var{FILENAME} is not a constructor
for @var{CLASS}. Optional @var{allow-subclass} says that it is ok for
@code{eieio-peristent-read} to load in subclasses of class instead of
-being pendantic."
+being pedantic."
@end defun
@node eieio-named
@@ -1552,7 +1552,7 @@
class symbol, or an object. The resulting buffer will display all slot
names.
-Additionally, all methods defined to have functionality on this class is
+Additionally, all methods defined to have functionality on this class are
displayed.
@node Documentation
|