aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /doc/misc
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
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 @@
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnus-coding.texi (Gnus Maintenance Guide):
4 Rename from "Gnus Maintainance Guide".
5
6 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
7 * eieio.texi (Customizing):
8 * gnus-news.texi: Fix typos.
9
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 102011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos. 12 * 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.
3526@item :objectextention 3526@item :objectextention
3527Type: @code{string} 3527Type: @code{string}
3528 3528
3529A string which is the extention used for object files. 3529A string which is the extension used for object files.
3530For example, C code uses .o on unix, and Emacs Lisp uses .elc. 3530For example, C code uses .o on unix, and Emacs Lisp uses .elc.
3531@refill 3531@refill
3532 3532
@@ -3634,7 +3634,7 @@ it's rule definition.
3634@item :objectextention 3634@item :objectextention
3635Type: @code{string} 3635Type: @code{string}
3636 3636
3637A string which is the extention used for object files. 3637A string which is the extension used for object files.
3638For example, C code uses .o on unix, and Emacs Lisp uses .elc. 3638For example, C code uses .o on unix, and Emacs Lisp uses .elc.
3639@refill 3639@refill
3640 3640
@@ -3782,7 +3782,7 @@ it's rule definition.
3782@item :objectextention 3782@item :objectextention
3783Type: @code{string} 3783Type: @code{string}
3784 3784
3785A string which is the extention used for object files. 3785A string which is the extension used for object files.
3786For example, C code uses .o on unix, and Emacs Lisp uses .elc. 3786For example, C code uses .o on unix, and Emacs Lisp uses .elc.
3787@refill 3787@refill
3788 3788
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.
1212This would be the best way to make your objects persistent when using 1212This would be the best way to make your objects persistent when using
1213in-place editing. 1213in-place editing.
1214 1214
1215@section Widget extention 1215@section Widget extension
1216 1216
1217When widgets are being created, one new widget extention has been added, 1217When widgets are being created, one new widget extension has been added,
1218called the @code{:slotofchoices}. When this occurs in a widget 1218called the @code{:slotofchoices}. When this occurs in a widget
1219definition, all elements after it are removed, and the slot is specifies 1219definition, all elements after it are removed, and the slot is specifies
1220is queried and converted into a series of constants. 1220is 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 @@
1\input texinfo 1\input texinfo
2 2
3@setfilename gnus-coding 3@setfilename gnus-coding
4@settitle Gnus Coding Style and Maintainance Guide 4@settitle Gnus Coding Style and Maintenance Guide
5@syncodeindex fn cp 5@syncodeindex fn cp
6@syncodeindex vr cp 6@syncodeindex vr cp
7@syncodeindex pg cp 7@syncodeindex pg cp
@@ -45,7 +45,7 @@ license to the document, as described in section 6 of the license.
45 45
46@ifnottex 46@ifnottex
47@node Top 47@node Top
48@top Gnus Coding Style and Maintainance Guide 48@top Gnus Coding Style and Maintenance Guide
49This manual describes @dots{} 49This manual describes @dots{}
50 50
51@insertcopying 51@insertcopying
@@ -53,7 +53,7 @@ This manual describes @dots{}
53 53
54@menu 54@menu
55* Gnus Coding Style:: Gnus Coding Style 55* Gnus Coding Style:: Gnus Coding Style
56* Gnus Maintainance Guide:: Gnus Maintainance Guide 56* Gnus Maintenance Guide:: Gnus Maintenance Guide
57@end menu 57@end menu
58 58
59@c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader} 59@c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader}
@@ -250,8 +250,8 @@ Emacs 20.7 and up.
250XEmacs 21.1 and up. 250XEmacs 21.1 and up.
251@end itemize 251@end itemize
252 252
253@node Gnus Maintainance Guide 253@node Gnus Maintenance Guide
254@chapter Gnus Maintainance Guide 254@chapter Gnus Maintenance Guide
255 255
256@section Stable and development versions 256@section Stable and development versions
257 257
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.
107@itemize @bullet 107@itemize @bullet
108 108
109@item 109@item
110Symbols like @code{gcc-self} now has the same precedence rules in 110Symbols like @code{gcc-self} now have the same precedence rules in
111@code{gnus-parameters} as other ``real'' variables: The last match 111@code{gnus-parameters} as other ``real'' variables: The last match
112wins instead of the first match. 112wins instead of the first match.
113 113