1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix typos in docstrings, comments and ChangeLogs.

* etc/tutorials/TUTORIAL.es: Fix typos.

* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
  Fix typo in message.
  (semantic-symref-list-map-open-hits): Fix typo in docstring.

* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.

* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.

* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.

* lisp/org/org-agenda.el (org-prefix-category-length)
  (org-prefix-category-max-length): Fix typos in docstrings.

* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
This commit is contained in:
Juanma Barranquero 2010-10-13 01:25:19 +02:00
parent 51e4f4a88d
commit c0943d3db2
38 changed files with 180 additions and 154 deletions

View file

@ -2603,7 +2603,7 @@
* message.el (message-use-idna): Use mm-coding-system-p.
(message-tokenize-header, message-make-organization)
(message-make-from): Use with-temp-buffer.
(message-make-from): Use with-temp-buffer.
(message-set-work-buffer): Deleted.
(message-fill-paragraph): Use `if' not `and' for compiler warning.
(message-check-news-header-syntax): Remove useless lambda.
@ -5550,7 +5550,7 @@
* gnus-audio.el (gnus-audio-au-player): Use executable-find.
2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@gmx.net>
* gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
/usr/bin/play as default player.
@ -5643,7 +5643,7 @@
2003-01-12 Raymond Scholz <ray-2003@zonix.de>
* gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
* gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
regexp or a function too.
(gnus-confirm-treat-mail-like-news): New variable. Ask for
confirmation even if the original article is mail.
@ -12167,7 +12167,7 @@
2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-group.el (gnus-group-find-new-groups): Fix doc.
From: Stefan Monnier <monnier@cs.yale.edu>
From: Stefan Monnier <monnier@cs.yale.edu>
2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
@ -14682,7 +14682,7 @@
* gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
From: Stefan Monnier <monnier@cs.yale.edu>
From: Stefan Monnier <monnier@cs.yale.edu>
* message.el (message-mode): Use define-derived-mode.
(message-tab): message-completion-alist.
@ -16855,7 +16855,7 @@
* gnus-msg.el (gnus-summary-mail-forward): ???
* message.el (message-forward): Move mime-to-mml here.
* message.el (message-forward): Move mime-to-mml here.
2000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
@ -17157,7 +17157,7 @@
* nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
Put some defvars in eval-when-compile.
(gnus-intersection, gnus-sorted-complement): Autoload.
(gnus-intersection, gnus-sorted-complement): Autoload.
* imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
@ -17329,7 +17329,7 @@
* qp.el (mm-decode-coding-region, mm-encode-coding-region):
Autoload.
(quoted-printable-decode-region): Rename arg which confused
(quoted-printable-decode-region): Rename arg which confused
charset with coding-system. Don't use nonascii-insert-offset.
Coding-system encode the region initially. Don't recognize `=='
as valid QP. Coding-system decode the region finally.
@ -17384,7 +17384,7 @@
2000-09-29 Gerd Moellmann <gerd@gnu.org>
* smiley-ems.el (smiley-update-cache): Use `:ascent center'.
* smiley-ems.el (smiley-update-cache): Use `:ascent center'.
2000-09-21 Dave Love <fx@gnu.org>
@ -18036,7 +18036,7 @@
* gnus-art.el (gnus-mime-display-part): Show MIME security button.
(gnus-insert-mime-security-button): New function.
* mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
* mml2015.el: Add security info when verify or decrypt.
* mml2015.el: Add security info when verify or decrypt.
* mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
(mm-uu-pgp-encrypted-extract): Ditto.
@ -18433,7 +18433,7 @@
(mm-dissect-multipart): Use it.
* mml2015.el (mml2015-fix-micalg): New function.
(mml2015-decrypt): Use new interface.
(mml2015-verify): Use new interface.
(mml2015-verify): Use new interface.
(mml2015-setup): Make it bogus.
2000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu>