aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-13 01:25:19 +0200
committerJuanma Barranquero2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5 /lisp/mh-e
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz
emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip
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.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/ChangeLog.132
1 files changed, 16 insertions, 16 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index a51bd2872c3..c2c9a2df181 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -794,7 +794,7 @@
794 794
795 Merged in 7.4.4 changes, described below. 795 Merged in 7.4.4 changes, described below.
796 796
797 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. 797 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs.
798 798
7992004-07-10 Bill Wohler <wohler@newt.com> 7992004-07-10 Bill Wohler <wohler@newt.com>
800 800
@@ -2197,7 +2197,7 @@
2197 * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message): 2197 * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message):
2198 Ditto. 2198 Ditto.
2199 2199
2200 * mh-e.el (mh-refile-a-msg): Ditto. 2200 * mh-e.el (mh-refile-a-msg): Ditto.
2201 2201
2202 * mh-funcs.el (mh-undo-folder): Ditto. 2202 * mh-funcs.el (mh-undo-folder): Ditto.
2203 2203
@@ -2509,7 +2509,7 @@
2509 2509
25102003-07-28 Peter S Galbraith <psg@debian.org> 25102003-07-28 Peter S Galbraith <psg@debian.org>
2511 2511
2512 * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers' 2512 * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers'
2513 operation. 2513 operation.
2514 2514
2515 * mh-mime.el (mh-mm-inline-message): Same. 2515 * mh-mime.el (mh-mm-inline-message): Same.
@@ -2697,7 +2697,7 @@
2697 2697
26982003-06-24 Bill Wohler <wohler@newt.com> 26982003-06-24 Bill Wohler <wohler@newt.com>
2699 2699
2700 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. 2700 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs.
2701 2701
27022003-06-25 Bill Wohler <wohler@newt.com> 27022003-06-25 Bill Wohler <wohler@newt.com>
2703 2703
@@ -2719,7 +2719,7 @@
2719 2719
27202003-06-24 Bill Wohler <wohler@newt.com> 27202003-06-24 Bill Wohler <wohler@newt.com>
2721 2721
2722 * mh-e.el (Version, mh-version): Set to 7.4+cvs. 2722 * mh-e.el (Version, mh-version): Set to 7.4+cvs.
2723 2723
27242003-06-24 Bill Wohler <wohler@newt.com> 27242003-06-24 Bill Wohler <wohler@newt.com>
2725 2725
@@ -4106,7 +4106,7 @@
4106 4106
41072003-04-06 Bill Wohler <wohler@newt.com> 41072003-04-06 Bill Wohler <wohler@newt.com>
4108 4108
4109 * mh-comp.el (mh-forward): Updated docstrings to indicate that a 4109 * mh-comp.el (mh-forward): Updated docstrings to indicate that a
4110 list of messages is acceptable as well. 4110 list of messages is acceptable as well.
4111 4111
4112 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg) 4112 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg)
@@ -4198,7 +4198,7 @@
4198 4198
41992003-04-04 Peter S Galbraith <psg@debian.org> 41992003-04-04 Peter S Galbraith <psg@debian.org>
4200 4200
4201 * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of 4201 * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of
4202 `when' block. 4202 `when' block.
4203 4203
42042003-04-04 Satyaki Das <satyaki@theforce.stanford.edu> 42042003-04-04 Satyaki Das <satyaki@theforce.stanford.edu>
@@ -7248,7 +7248,7 @@
7248 7248
72492002-11-13 Mark D. Baushke <mdb@gnu.org> 72492002-11-13 Mark D. Baushke <mdb@gnu.org>
7250 7250
7251 * mh-identity.el (mh-insert-identity): A value of either nil or 7251 * mh-identity.el (mh-insert-identity): A value of either nil or
7252 "" should cause the field to be removed. 7252 "" should cause the field to be removed.
7253 (mh-identity-list): Update the docstring. 7253 (mh-identity-list): Update the docstring.
7254 7254
@@ -7913,7 +7913,7 @@
7913 (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp. 7913 (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp.
7914 * mh-seq.el (mh-subject-to-sequence): Ditto. 7914 * mh-seq.el (mh-subject-to-sequence): Ditto.
7915 7915
7916 * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject 7916 * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject
7917 Thread" from menu. mh-toggle-threads is in the Folder menu. 7917 Thread" from menu. mh-toggle-threads is in the Folder menu.
7918 7918
7919 * mh-e.el (mh-folder-sequence-menu): Minor menu text edits. 7919 * mh-e.el (mh-folder-sequence-menu): Minor menu text edits.
@@ -8252,7 +8252,7 @@
8252 (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag. 8252 (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag.
8253 This addresses part of SF #627015. 8253 This addresses part of SF #627015.
8254 8254
8255 * mh-index.el (mh-index-advance): Renamed backward-p 8255 * mh-index.el (mh-index-advance): Renamed backward-p
8256 local variable as backward-flag. 8256 local variable as backward-flag.
8257 (mh-index-next-button): Renamed backward-p 8257 (mh-index-next-button): Renamed backward-p
8258 argument as backward-flag. 8258 argument as backward-flag.
@@ -9220,7 +9220,7 @@
9220 decide how many buttons to use for replying. 9220 decide how many buttons to use for replying.
9221 9221
9222 * mh-mime.el (mh-file-mime-type-substitutions) 9222 * mh-mime.el (mh-file-mime-type-substitutions)
9223 (mh-file-mime-type-substitute): Fix typos and doc strings. 9223 (mh-file-mime-type-substitute): Fix typos and doc strings.
9224 9224
92252002-09-30 Peter S Galbraith <psg@debian.org> 92252002-09-30 Peter S Galbraith <psg@debian.org>
9226 9226
@@ -9325,7 +9325,7 @@
93252002-08-19 Peter S Galbraith <psg@debian.org> 93252002-08-19 Peter S Galbraith <psg@debian.org>
9326 9326
9327 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, 9327 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
9328 * reply-all.xpm, reply-all.pbm: New icons for various reply methods. 9328 * reply-all.xpm, reply-all.pbm: New icons for various reply methods.
9329 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three 9329 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
9330 that won't prompt for "from", "to" and "all". 9330 that won't prompt for "from", "to" and "all".
9331 * mh-comp.el (mh-reply): Put variable reply-to in the interactive 9331 * mh-comp.el (mh-reply): Put variable reply-to in the interactive
@@ -9764,13 +9764,13 @@
9764 to `mh-mml-to-mime' in `mh-send-letter'. 9764 to `mh-mml-to-mime' in `mh-send-letter'.
9765 (mh-mml-secure-message-sign-pgpmime): New function. 9765 (mh-mml-secure-message-sign-pgpmime): New function.
9766 Front end to mml-secure-message-sign-pgpmime. 9766 Front end to mml-secure-message-sign-pgpmime.
9767 (mh-mml-secure-message-encrypt-pgpmime): New function. 9767 (mh-mml-secure-message-encrypt-pgpmime): New function.
9768 Front end to mml-secure-message-encrypt-pgpmime. 9768 Front end to mml-secure-message-encrypt-pgpmime.
9769 9769
9770 * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime' 9770 * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime'
9771 if mh-mml-compose-insert-p is set. 9771 if mh-mml-compose-insert-p is set.
9772 (mh-letter-mode-map): Add keys for new mh-mime functions above. 9772 (mh-letter-mode-map): Add keys for new mh-mime functions above.
9773 * mh-comp.el: Added autoloads for new mh-mime functions above. 9773 * mh-comp.el: Added autoloads for new mh-mime functions above.
9774 9774
97752002-06-17 Peter S Galbraith <psg@debian.org> 97752002-06-17 Peter S Galbraith <psg@debian.org>
9776 9776
@@ -11010,8 +11010,8 @@
110102001-11-20 Peter S Galbraith <psg@debian.org> 110102001-11-20 Peter S Galbraith <psg@debian.org>
11011 11011
11012 * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable 11012 * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable
11013 * mh-e.el (mh-folder-mode): Same. 11013 * mh-e.el (mh-folder-mode): Same.
11014 * mh-utils.el (mh-show-mode): Same. 11014 * mh-utils.el (mh-show-mode): Same.
11015 11015
11016 * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace 11016 * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace
11017 with mh-good-msg-regexp. 11017 with mh-good-msg-regexp.