summaryrefslogtreecommitdiff
path: root/doc/misc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-20 04:48:53 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /doc/misc
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
Fix typos.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog9
-rw-r--r--doc/misc/ede.texi6
-rw-r--r--doc/misc/eieio.texi4
-rw-r--r--doc/misc/gnus-coding.texi10
-rw-r--r--doc/misc/gnus-news.texi2
5 files changed, 20 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 924f3501bfa..78282d7c577 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-20 Juanma Barranquero <lekktu@gmail.com>
+
+ * gnus-coding.texi (Gnus Maintenance Guide):
+ Rename from "Gnus Maintainance Guide".
+
+ * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
+ * eieio.texi (Customizing):
+ * gnus-news.texi: Fix typos.
+
2011-11-16 Juanma Barranquero <lekktu@gmail.com>
* org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 55dc7f9a822..f8d757c2d87 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -3526,7 +3526,7 @@ use the same autoconf form.
@item :objectextention
Type: @code{string}
-A string which is the extention used for object files.
+A string which is the extension used for object files.
For example, C code uses .o on unix, and Emacs Lisp uses .elc.
@refill
@@ -3634,7 +3634,7 @@ it's rule definition.
@item :objectextention
Type: @code{string}
-A string which is the extention used for object files.
+A string which is the extension used for object files.
For example, C code uses .o on unix, and Emacs Lisp uses .elc.
@refill
@@ -3782,7 +3782,7 @@ it's rule definition.
@item :objectextention
Type: @code{string}
-A string which is the extention used for object files.
+A string which is the extension used for object files.
For example, C code uses .o on unix, and Emacs Lisp uses .elc.
@refill
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 8ee40288fe0..7b4945027d3 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -1212,9 +1212,9 @@ This method does nothing by default, but that may change in the future.
This would be the best way to make your objects persistent when using
in-place editing.
-@section Widget extention
+@section Widget extension
-When widgets are being created, one new widget extention has been added,
+When widgets are being created, one new widget extension has been added,
called the @code{:slotofchoices}. When this occurs in a widget
definition, all elements after it are removed, and the slot is specifies
is queried and converted into a series of constants.
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi
index ab9c0232d3d..a79c68f0123 100644
--- a/doc/misc/gnus-coding.texi
+++ b/doc/misc/gnus-coding.texi
@@ -1,7 +1,7 @@
\input texinfo
@setfilename gnus-coding
-@settitle Gnus Coding Style and Maintainance Guide
+@settitle Gnus Coding Style and Maintenance Guide
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex pg cp
@@ -45,7 +45,7 @@ license to the document, as described in section 6 of the license.
@ifnottex
@node Top
-@top Gnus Coding Style and Maintainance Guide
+@top Gnus Coding Style and Maintenance Guide
This manual describes @dots{}
@insertcopying
@@ -53,7 +53,7 @@ This manual describes @dots{}
@menu
* Gnus Coding Style:: Gnus Coding Style
-* Gnus Maintainance Guide:: Gnus Maintainance Guide
+* Gnus Maintenance Guide:: Gnus Maintenance Guide
@end menu
@c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader}
@@ -250,8 +250,8 @@ Emacs 20.7 and up.
XEmacs 21.1 and up.
@end itemize
-@node Gnus Maintainance Guide
-@chapter Gnus Maintainance Guide
+@node Gnus Maintenance Guide
+@chapter Gnus Maintenance Guide
@section Stable and development versions
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index 94984e5d3c3..612ea14e2cf 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -107,7 +107,7 @@ EasyPG is included in Emacs 23 and available separately as well.
@itemize @bullet
@item
-Symbols like @code{gcc-self} now has the same precedence rules in
+Symbols like @code{gcc-self} now have the same precedence rules in
@code{gnus-parameters} as other ``real'' variables: The last match
wins instead of the first match.