emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106354: Fix more typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106354: Fix more typos.
Date: Sat, 12 Nov 2011 00:34:43 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106354
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-11-12 00:34:43 +0100
message:
  Fix more typos.
modified:
  lisp/ChangeLog.12
  lisp/ChangeLog.15
  lisp/cedet/semantic/scope.el
  lisp/org/ChangeLog
  src/ChangeLog.3
  src/ChangeLog.9
=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2011-03-01 15:18:53 +0000
+++ b/lisp/ChangeLog.12 2011-11-11 23:34:43 +0000
@@ -18374,7 +18374,7 @@
        (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
        cleared before.  Obey default-enable-multibyte-characters.
        Use mapconcat.  Simplify setting of tar-header-offset.
-       (tar-mode-map): Move initialization inside delcaration.
+       (tar-mode-map): Move initialization inside declaration.
        (tar-flag-deleted): Use `abs'.
        (tar-expunge-internal): Remove unused var `line'.
        (tar-expunge-internal): Don't hardcode point-min==1.

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2011-10-18 06:52:32 +0000
+++ b/lisp/ChangeLog.15 2011-11-11 23:34:43 +0000
@@ -2252,7 +2252,7 @@
        Use define-derived-mode.
        * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
        (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
-       Move init into delcaration.
+       Move init into declaration.
        (reftex-index-mode, reftex-index-phrases-mode):
        Use define-derived-mode.
        * speedbar.el (speedbar-mode-syntax-table): Renaqme from

=== modified file 'lisp/cedet/semantic/scope.el'
--- a/lisp/cedet/semantic/scope.el      2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/scope.el      2011-11-11 23:34:43 +0000
@@ -426,7 +426,7 @@
 
     ;; Collect all the types (class, etc) that are in our heratage.
     ;; These are types that we can extract members from, not those
-    ;; delclared in using statements, or the like.
+    ;; declared in using statements, or the like.
     ;; Get the PARENTS including nesting scope for this location.
     (while parentlist
       (oset miniscope scope currentscope)

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-11-11 23:17:16 +0000
+++ b/lisp/org/ChangeLog        2011-11-11 23:34:43 +0000
@@ -1969,7 +1969,7 @@
 
 2011-07-28  Carsten Dominik  <address@hidden>
 
-       * org-latex.el (org-export-latex-preprocess): Protect index string
+       * org-latex.el (org-export-latex-preprocess): Protect index string.
 
 2011-07-28  Carsten Dominik  <address@hidden>
 
@@ -2123,11 +2123,11 @@
        (org-bibtex-headline): Make use of new
        `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
        variables.
-       (org-bibtex-autokey):  Make use of new `org-bibtex-key-property'
-       variable.
-       (org-bibtex-fleshout):  Make use of new `org-bibtex-key-property'
-       variable.
-       (org-bibtex-write):  Make use of new `org-bibtex-key-property'
+       (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
+       variable.
+       (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
+       variable.
+       (org-bibtex-write): Make use of new `org-bibtex-key-property'
        variable.
 
 2011-07-28  Eric Schulte  <address@hidden>
@@ -2251,7 +2251,7 @@
 2011-07-28  Manuel Giraud  <address@hidden>
 
        * org-html.el (org-html-handle-links): Add an alternate for inline
-       images
+       images.
 
 2011-07-28  Carsten Dominik  <address@hidden>
 
@@ -2297,7 +2297,7 @@
 
        * ob-python.el (org-babel-python-evaluate-external-process): Allow
        parsing as a table in the case of ":results output table".
-       (org-babel-python-evaluate-session):   Allow parsing as a table in
+       (org-babel-python-evaluate-session): Allow parsing as a table in
        the case of ":results output table".
 
 2011-07-28  Carsten Dominik  <address@hidden>
@@ -2347,7 +2347,7 @@
 
        * org.el (org-set-font-lock-defaults): Be more strict when
        recognizing description items, and do not fontify wrong cases
-       like: "- term ::description" or "1. term :: description"
+       like: "- term ::description" or "1. term :: description".
 
 2011-07-28  Nicolas Goaziou  <address@hidden>
 
@@ -2898,12 +2898,12 @@
 2011-07-28  Bernt Hansen  <address@hidden>
 
        * org-clock.el (org-clock-in): Allow clocking in new tasks
-       inserted before the current clocking task
+       inserted before the current clocking task.
 
 2011-07-28  Bernt Hansen  <address@hidden>
 
        * org-clock.el (org-clock-in): Set default clocking task when
-       already clocking the task
+       already clocking the task.
 
 2011-07-28  Nicolas Goaziou  <address@hidden>
 
@@ -3049,7 +3049,7 @@
 2011-07-28  Bastien Guerry  <address@hidden>
 
        * org.el (org-refile-get-targets): Rename from
-       `org-get-refile-targets.'
+       `org-get-refile-targets'.
 
 2011-07-28  Bastien Guerry  <address@hidden>
 
@@ -3731,7 +3731,7 @@
        (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
 
        * org-exp.el (org-export-mark-list-end)
-       (org-export-mark-list-properties): Apply change
+       (org-export-mark-list-properties): Apply change.
 
        * org-latex.el (org-export-latex-lists): Apply change.  Also
        prevent items with org-example property to be considered as real
@@ -4778,7 +4778,7 @@
        * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
        linking comment type
        (org-babel-tangle-comment-links): Returns comment links for the
-       source code block at point
+       source code block at point.
 
 2011-07-28  Bastien Guerry  <address@hidden>
 
@@ -4859,7 +4859,7 @@
 
        * org-capture.el (org-capture-templates): Add %f and %F escapes
        (org-capture): Add more information to capture property list
-       (org-capture-fill-template): Handle %f and %F escapes
+       (org-capture-fill-template): Handle %f and %F escapes.
 
 2011-07-28  David Maus  <address@hidden>
 
@@ -5007,7 +5007,7 @@
        output file.
 
        * ob-sass.el (org-babel-execute:sass): Return nil if result has
-       been written to file
+       been written to file.
 
 2011-07-28  Dan Davison  <address@hidden>
 
@@ -16837,7 +16837,7 @@
 
        * org-agenda.el (org-format-agenda-item)
        (org-agenda-filter-make-matcher): Make sure tags are stored and
-       compared donwcased.
+       compared downcased.
 
 2008-10-26  Carsten Dominik  <address@hidden>
 

=== modified file 'src/ChangeLog.3'
--- a/src/ChangeLog.3   2011-02-28 01:07:29 +0000
+++ b/src/ChangeLog.3   2011-11-11 23:34:43 +0000
@@ -13393,7 +13393,7 @@
 
        * macros.c (Fstart_kbd_macro): Local cleanup.
 
-       * minibuf.c (read_minibuf): No more delcaration of
+       * minibuf.c (read_minibuf): No more declaration of
        Frestore_screen_configuration.
 
        * search.c (Fregexp_quote): Simplified.

=== modified file 'src/ChangeLog.9'
--- a/src/ChangeLog.9   2011-09-28 00:59:28 +0000
+++ b/src/ChangeLog.9   2011-11-11 23:34:43 +0000
@@ -4617,7 +4617,7 @@
        * lisp.h (detect_coding_system): Prototype adjusted.
 
        * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
-       (detect_coding_emacs_mule, detect_coding_iso2022,)
+       (detect_coding_emacs_mule, detect_coding_iso2022)
        (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
        (detect_coding_utf_16, detect_coding_ccl): Make them static.
        New argument MULTIBYTEP.  Callers changed.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]