1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix more typos.

This commit is contained in:
Juanma Barranquero 2011-11-12 00:34:43 +01:00
parent 40a8bdf60f
commit 9b8ba1e59d
6 changed files with 20 additions and 20 deletions

View File

@ -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.

View File

@ -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

View File

@ -426,7 +426,7 @@ implicit \"object\"."
;; 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)

View File

@ -1969,7 +1969,7 @@
2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
* 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 <carsten.dominik@gmail.com>
@ -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'
(org-bibtex-autokey): Make use of new `org-bibtex-key-property'
variable.
(org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
(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-write): Make use of new `org-bibtex-key-property'
variable.
2011-07-28 Eric Schulte <schulte.eric@gmail.com>
@ -2251,7 +2251,7 @@
2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
* org-html.el (org-html-handle-links): Add an alternate for inline
images
images.
2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
@ -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 <carsten.dominik@gmail.com>
@ -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 <n.goaziou@gmail.com>
@ -2898,12 +2898,12 @@
2011-07-28 Bernt Hansen <bernt@norang.ca>
* 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 <bernt@norang.ca>
* org-clock.el (org-clock-in): Set default clocking task when
already clocking the task
already clocking the task.
2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
@ -3049,7 +3049,7 @@
2011-07-28 Bastien Guerry <bzg@gnu.org>
* org.el (org-refile-get-targets): Rename from
`org-get-refile-targets.'
`org-get-refile-targets'.
2011-07-28 Bastien Guerry <bzg@gnu.org>
@ -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 <bzg@gnu.org>
@ -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 <dmaus@ictsoc.de>
@ -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 <dandavison7@gmail.com>
@ -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 <dominik@science.uva.nl>

View File

@ -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.

View File

@ -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.