From 66f15772442459ab7f3203fbbcae55cb710344a3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 22 May 2012 20:31:19 +0200 Subject: [PATCH] Fix ChangeLog typos. --- doc/emacs/ChangeLog | 2 +- doc/misc/ChangeLog | 18 +++++++++--------- lisp/ChangeLog | 4 ++-- src/ChangeLog | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0c524f7d239..8a17c03030c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -167,7 +167,7 @@ (Input Methods): Copyedits. Use "^" for the postfix example, because it is less confusing inside Info's `quotes'. - * custom.texi (Specifying File Variables): Fix "unibyte" description. + * custom.texi (Specifying File Variables): Fix "unibyte" description. Update for "Disabling Multibyte" node name change. * emacs.texi: Update for "Disabling Multibyte" node name change. diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8ae8750814d..ff74205a387 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -642,7 +642,7 @@ * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.3. (Preface): Updated support information. - (From Bill Wohler): Reset text to original version. As a + (From Bill Wohler): Reset text to original version. As a historical quote, the tense should be correct in the time that it was written. @@ -659,11 +659,11 @@ 2011-08-15 Suvayu Ali (tiny change) - * org.texi (Images in LaTeX export): rewrite. + * org.texi (Images in LaTeX export): Rewrite. 2011-08-15 Bastien Guerry - * org.texi (Using the mapping API): mention 'region as a possible + * org.texi (Using the mapping API): Mention 'region as a possible scope for `org-map-entries'. 2011-08-15 Carsten Dominik @@ -672,7 +672,7 @@ 2011-08-15 Bastien Guerry - * org.texi (Template expansion): order template sequences in the + * org.texi (Template expansion): Order template sequences in the proper order. 2011-08-15 Eric Schulte @@ -686,11 +686,11 @@ 2011-08-15 Achim Gratz - * org.texi: document that both CLOCK_INTO_DRAWER and + * org.texi: Document that both CLOCK_INTO_DRAWER and LOG_INTO_DRAWER can be used to override the contents of variable org-clock-into-drawer (or if unset, org-log-into-drawer). - * org.texi: replace @xref->@pxref. + * org.texi: Replace @xref->@pxref. 2011-08-15 Eric Schulte @@ -714,7 +714,7 @@ 2011-08-15 Eric Schulte - * org.texi (Structure of code blocks): explicitly state that the + * org.texi (Structure of code blocks): Explicitly state that the behavior of multiple blocks of the same name is undefined 2011-08-15 Christian Egli @@ -838,7 +838,7 @@ 2011-08-15 Bastien Guerry - * org.texi (LaTeX and PDF export): add a note about a limitation + * org.texi (LaTeX and PDF export): Add a note about a limitation of the LaTeX export: the org file has to be properly structured. 2011-08-15 Bastien Guerry @@ -1648,7 +1648,7 @@ 2010-11-11 Eric Schulte - * org.texi: multi-line header arguments :PROPERTIES: :ID: + * org.texi: Multi-line header arguments :PROPERTIES: :ID: b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:. 2010-11-11 Carsten Dominik diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b7e50b19c6..7846b8a975c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,7 +3,7 @@ * progmodes/which-func.el (which-func-ff-hook): Check against user-error, not error. - * emacs-lisp/edebug.el (top): Do not load or setup up loading of + * emacs-lisp/edebug.el (top): Do not load or set up loading of cl-specs.el, which no longer exists. 2012-05-22 Glenn Morris @@ -66,7 +66,7 @@ * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): New functions. - (math-function-table): Add support for more C functions. + (math-function-table): Add support for more C functions. 2012-05-18 Agustín Martín Domingo diff --git a/src/ChangeLog b/src/ChangeLog index 296ce139cbf..5f0af1048e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -58,7 +58,7 @@ 2012-05-20 Ken Brown * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock) - [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase. + [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase. 2012-05-19 Ken Brown @@ -435,7 +435,7 @@ 2012-04-22 Paul Eggert Modernize and clean up gmalloc.c to assume C89 (Bug#9119). - * gmalloc.c: (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t) + * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t) (__malloc_size_t, __malloc_ptrdiff_t): Remove. All uses removed, replaced by the definiens if needed, since we can assume C89 or better now. -- 2.11.4.GIT