aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-14 04:08:32 +0200
committerJuanma Barranquero2012-07-14 04:08:32 +0200
commited9265fc7dc83341b2a807f114dcdd4d170d7e0e (patch)
treef4fa59618af24fe9487d7e0a23a5d087847410a6 /doc
parentc9ca3f76b0d7d8b41b2d571e47ba5c1919273382 (diff)
downloademacs-ed9265fc7dc83341b2a807f114dcdd4d170d7e0e.tar.gz
emacs-ed9265fc7dc83341b2a807f114dcdd4d170d7e0e.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/lispintro/ChangeLog2
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/misc/ChangeLog6
4 files changed, 9 insertions, 10 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index c4e431257db..72244c6dfa9 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1308,7 +1308,6 @@
1308 * custom.texi (Mouse Buttons): 1308 * custom.texi (Mouse Buttons):
1309 * rmail.texi (Rmail Scrolling): 1309 * rmail.texi (Rmail Scrolling):
1310 * search.texi (Isearch Scroll): 1310 * search.texi (Isearch Scroll):
1311
1312 * display.texi (Scrolling): Replace scroll-up/down with 1311 * display.texi (Scrolling): Replace scroll-up/down with
1313 scroll-up/down-command. Fix scroll-preserve-screen-position 1312 scroll-up/down-command. Fix scroll-preserve-screen-position
1314 description. Document scroll-error-top-bottom. 1313 description. Document scroll-error-top-bottom.
@@ -3127,9 +3126,9 @@
3127 * ack.texi (Acknowledgments): General update based on AUTHORS, 3126 * ack.texi (Acknowledgments): General update based on AUTHORS,
3128 including removal of some stuff no longer distributed. 3127 including removal of some stuff no longer distributed.
3129 3128
31302008-12-19 Agustin Martin <agustin.martin@hispalinux.es> 31292008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
3131 3130
3132 * fixit.texi: Mention hunspell 3131 * fixit.texi: Mention hunspell.
3133 3132
31342008-12-19 Glenn Morris <rgm@gnu.org> 31332008-12-19 Glenn Morris <rgm@gnu.org>
3135 3134
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index 0ec9cb6d726..11eacf25c96 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -389,7 +389,7 @@
389 `named' to `selected'. 389 `named' to `selected'.
390 (lengths-list-file): Remove extraneous parenthesis from reference. 390 (lengths-list-file): Remove extraneous parenthesis from reference.
391 (lengths-list-many-files): Explain `expand-file-name' better. 391 (lengths-list-many-files): Explain `expand-file-name' better.
392 (Files List): Rephrase sentence regarding Lisp sources directory 392 (Files List): Rephrase sentence regarding Lisp sources directory.
393 393
3942006-11-04 Robert J. Chassell <bob@rattlesnake.com> 3942006-11-04 Robert J. Chassell <bob@rattlesnake.com>
395 395
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d7875a7de90..0c550181899 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -10916,8 +10916,8 @@
10916 (Recording Input): Document that clear-this-command-keys clears 10916 (Recording Input): Document that clear-this-command-keys clears
10917 the vector to be returned by recent-keys. 10917 the vector to be returned by recent-keys.
10918 10918
10919 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The 10919 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
10920 argument keymap can be a list. 10920 The argument keymap can be a list.
10921 10921
10922 * nonascii.texi (User-Chosen Coding Systems) 10922 * nonascii.texi (User-Chosen Coding Systems)
10923 <select-safe-coding-system>: Document the new argument 10923 <select-safe-coding-system>: Document the new argument
@@ -11162,7 +11162,7 @@
11162 * Makefile (dist): Don't bother excluding autosave files; they'll 11162 * Makefile (dist): Don't bother excluding autosave files; they'll
11163 never make it into the temp directory anyway, and the hash marks 11163 never make it into the temp directory anyway, and the hash marks
11164 in the name are problematic for make and the Bourne shell. 11164 in the name are problematic for make and the Bourne shell.
11165 (srcs): 11165 (srcs): ???
11166 11166
111671993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) 111671993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11168 11168
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d9ddc3c972b..87a8fcb0e8b 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -832,7 +832,7 @@
8322011-08-15 Eric Schulte <schulte.eric@gmail.com> 8322011-08-15 Eric Schulte <schulte.eric@gmail.com>
833 833
834 * org.texi (Structure of code blocks): Explicitly state that the 834 * org.texi (Structure of code blocks): Explicitly state that the
835 behavior of multiple blocks of the same name is undefined 835 behavior of multiple blocks of the same name is undefined.
836 836
8372011-08-15 Christian Egli <christian.egli@sbszh.ch> 8372011-08-15 Christian Egli <christian.egli@sbszh.ch>
838 838
@@ -1199,7 +1199,7 @@
1199 1199
12002011-03-19 Antoine Levitt <antoine.levitt@gmail.com> 12002011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1201 1201
1202 * gnus.texi (Listing Groups): Document gnus-group-list-ticked 1202 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1203 1203
12042011-03-17 Jay Belanger <jay.p.belanger@gmail.com> 12042011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1205 1205
@@ -3124,7 +3124,7 @@
31242009-07-29 Jay Belanger <jay.p.belanger@gmail.com> 31242009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3125 3125
3126 * calc.texi (Stack Manipulation Commands): Add documentation for 3126 * calc.texi (Stack Manipulation Commands): Add documentation for
3127 `calc-transpose-lines' 3127 `calc-transpose-lines'.
3128 3128
31292009-07-27 Michael Albinus <michael.albinus@gmx.de> 31292009-07-27 Michael Albinus <michael.albinus@gmx.de>
3130 3130