diff options
| author | Juanma Barranquero | 2010-10-12 17:16:57 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-12 17:16:57 +0200 |
| commit | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch) | |
| tree | 0eeaf52c6c802c1ac20b70b917927788f94500e3 /lisp | |
| parent | ad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff) | |
| download | emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.zip | |
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 12 | ||||
| -rw-r--r-- | lisp/composite.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/ecomplete.el | 2 | ||||
| -rw-r--r-- | lisp/international/ccl.el | 2 | ||||
| -rw-r--r-- | lisp/international/fontset.el | 2 |
8 files changed, 25 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3275116a9b..6e922bcacd4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,15 @@ | |||
| 1 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * term/ns-win.el (ns-right-alternate-modifier): New defvar. | 3 | * composite.el (compose-region): Fix typo in docstring. |
| 4 | (ns-right-option-modifier): New alias for ns-right-alternate-modifier. | 4 | |
| 5 | (mac-right-option-modifier): New alias for ns-right-option-modifier. | 5 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> |
| 6 | 6 | ||
| 7 | * cus-start.el (all): ns-right-alternate-modifier is new. | 7 | * term/ns-win.el (ns-right-alternate-modifier): New defvar. |
| 8 | 8 | (ns-right-option-modifier): New alias for ns-right-alternate-modifier. | |
| 9 | (mac-right-option-modifier): New alias for ns-right-option-modifier. | ||
| 10 | |||
| 11 | * cus-start.el (all): ns-right-alternate-modifier is new. | ||
| 12 | |||
| 9 | 2010-10-10 Andreas Schwab <schwab@linux-m68k.org> | 13 | 2010-10-10 Andreas Schwab <schwab@linux-m68k.org> |
| 10 | 14 | ||
| 11 | * Makefile.in (ELCFILES): Update. | 15 | * Makefile.in (ELCFILES): Update. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 6858c07d852..cc813b263c0 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -1043,10 +1043,10 @@ | |||
| 1043 | (quail-prev-translation-block): Likewise. | 1043 | (quail-prev-translation-block): Likewise. |
| 1044 | (quail-conversion-backward-char): Call quail-error instead of | 1044 | (quail-conversion-backward-char): Call quail-error instead of |
| 1045 | error. Set quail-translating to nil. | 1045 | error. Set quail-translating to nil. |
| 1046 | (quail-conversion-forward-char): Likewize. | 1046 | (quail-conversion-forward-char): Likewise. |
| 1047 | (quail-conversion-delete-char): Call quail-error instead of error. | 1047 | (quail-conversion-delete-char): Call quail-error instead of error. |
| 1048 | If conversion region gets vacant, set quail-converting to nil. | 1048 | If conversion region gets vacant, set quail-converting to nil. |
| 1049 | (quail-conversion-backward-delete-char): Likewize. | 1049 | (quail-conversion-backward-delete-char): Likewise. |
| 1050 | (quail-no-conversion): Just set quail-converting to nil. | 1050 | (quail-no-conversion): Just set quail-converting to nil. |
| 1051 | (quail-mouse-choose-completion): Call quai-error instead of error. | 1051 | (quail-mouse-choose-completion): Call quai-error instead of error. |
| 1052 | (quail-choose-completion-string): Likewise. | 1052 | (quail-choose-completion-string): Likewise. |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 8ecf3f0e33a..fadec1174c8 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -4926,7 +4926,7 @@ | |||
| 4926 | 4926 | ||
| 4927 | * language/ethio-util.el (setup-ethiopic-environment-internal): | 4927 | * language/ethio-util.el (setup-ethiopic-environment-internal): |
| 4928 | Use quail-activate-hook instead of obsolete hook quail-mode-hook. | 4928 | Use quail-activate-hook instead of obsolete hook quail-mode-hook. |
| 4929 | (exit-ethiopic-environment): Likewize. | 4929 | (exit-ethiopic-environment): Likewise. |
| 4930 | 4930 | ||
| 4931 | 1999-06-12 Richard M. Stallman <rms@gnu.org> | 4931 | 1999-06-12 Richard M. Stallman <rms@gnu.org> |
| 4932 | 4932 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 135eb8edbb3..6250bd0917a 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -16606,7 +16606,7 @@ | |||
| 16606 | 0. Give correct argument to set-auto-coding-function. | 16606 | 0. Give correct argument to set-auto-coding-function. |
| 16607 | (tar-expunge): For goto-char, use (point-min), not 0. | 16607 | (tar-expunge): For goto-char, use (point-min), not 0. |
| 16608 | (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | 16608 | (tar-clear-modification-flags): For goto-char, use (point-min), not 1. |
| 16609 | (tar-subfile-save-buffer): Likewize. | 16609 | (tar-subfile-save-buffer): Likewise. |
| 16610 | 16610 | ||
| 16611 | * international/mule.el | 16611 | * international/mule.el |
| 16612 | (after-insert-file-set-buffer-file-coding-system): Call | 16612 | (after-insert-file-set-buffer-file-coding-system): Call |
| @@ -16910,7 +16910,7 @@ | |||
| 16910 | (ccl-decode-viscii): Use translate-character. | 16910 | (ccl-decode-viscii): Use translate-character. |
| 16911 | (ccl-encode-viscii, ccl-encode-viscii-font) | 16911 | (ccl-encode-viscii, ccl-encode-viscii-font) |
| 16912 | (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | 16912 | (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): |
| 16913 | Likewize. | 16913 | Likewise. |
| 16914 | 16914 | ||
| 16915 | * language/cyrillic.el: Remove eval-when-compile. | 16915 | * language/cyrillic.el: Remove eval-when-compile. |
| 16916 | (cyrillic-koi8-r-nonascii-translation-table): Define it as a | 16916 | (cyrillic-koi8-r-nonascii-translation-table): Define it as a |
| @@ -16918,14 +16918,14 @@ | |||
| 16918 | (cyrillic-koi8-r-encode-table): Define it as a translation table | 16918 | (cyrillic-koi8-r-encode-table): Define it as a translation table |
| 16919 | made from the reverse map of above. | 16919 | made from the reverse map of above. |
| 16920 | (ccl-decode-koi8): Use translate-character. | 16920 | (ccl-decode-koi8): Use translate-character. |
| 16921 | (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | 16921 | (ccl-encode-koi8, ccl-encode-koi8-font): Likewise. |
| 16922 | (cyrillic-alternativnyj-nonascii-translation-table): Define it as | 16922 | (cyrillic-alternativnyj-nonascii-translation-table): Define it as |
| 16923 | a translation table made from cyrillic-alternativnyj-decode-table. | 16923 | a translation table made from cyrillic-alternativnyj-decode-table. |
| 16924 | (cyrillic-alternativnyj-encode-table): Define it as a translation | 16924 | (cyrillic-alternativnyj-encode-table): Define it as a translation |
| 16925 | table made from the reverse map of above. | 16925 | table made from the reverse map of above. |
| 16926 | (ccl-decode-alternativnyj): Use translate-character. | 16926 | (ccl-decode-alternativnyj): Use translate-character. |
| 16927 | (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | 16927 | (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): |
| 16928 | Likewize | 16928 | Likewise. |
| 16929 | 16929 | ||
| 16930 | * international/mule-diag.el (non-iso-charset-alist): Specify | 16930 | * international/mule-diag.el (non-iso-charset-alist): Specify |
| 16931 | translation table symbol instead of translation table itself. | 16931 | translation table symbol instead of translation table itself. |
| @@ -18071,8 +18071,8 @@ | |||
| 18071 | 18071 | ||
| 18072 | * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | 18072 | * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg |
| 18073 | list in doc string. Don't quote keyword symbols. | 18073 | list in doc string. Don't quote keyword symbols. |
| 18074 | * emacs-lisp/cl.el: Likewise | 18074 | * emacs-lisp/cl.el: Likewise. |
| 18075 | * emacs-lisp/cl-seq.el: Likewise | 18075 | * emacs-lisp/cl-seq.el: Likewise. |
| 18076 | 18076 | ||
| 18077 | 2000-05-05 Gerd Moellmann <gerd@gnu.org> | 18077 | 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
| 18078 | 18078 | ||
diff --git a/lisp/composite.el b/lisp/composite.el index 5b01718fc71..b5ef9b510c6 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -210,7 +210,7 @@ of the text in the region. | |||
| 210 | 210 | ||
| 211 | If it is a string, the elements are alternate characters. In | 211 | If it is a string, the elements are alternate characters. In |
| 212 | this case, TAB element has a special meaning. If the first | 212 | this case, TAB element has a special meaning. If the first |
| 213 | characer is TAB, the glyphs are displayed with left padding space | 213 | character is TAB, the glyphs are displayed with left padding space |
| 214 | so that no pixel overlaps with the previous column. If the last | 214 | so that no pixel overlaps with the previous column. If the last |
| 215 | character is TAB, the glyphs are displayed with right padding | 215 | character is TAB, the glyphs are displayed with right padding |
| 216 | space so that no pixel overlaps with the following column. | 216 | space so that no pixel overlaps with the following column. |
diff --git a/lisp/gnus/ecomplete.el b/lisp/gnus/ecomplete.el index 7952c37f396..7aca7492a6d 100644 --- a/lisp/gnus/ecomplete.el +++ b/lisp/gnus/ecomplete.el | |||
| @@ -147,7 +147,7 @@ | |||
| 147 | (save-restriction | 147 | (save-restriction |
| 148 | (narrow-to-region (point) (point-at-eol)) | 148 | (narrow-to-region (point) (point-at-eol)) |
| 149 | (while (not (eobp)) | 149 | (while (not (eobp)) |
| 150 | ;; Put the 'region face on any charactes on this line that | 150 | ;; Put the 'region face on any characters on this line that |
| 151 | ;; aren't already highlighted. | 151 | ;; aren't already highlighted. |
| 152 | (unless (get-text-property (point) 'face) | 152 | (unless (get-text-property (point) 'face) |
| 153 | (put-text-property (point) (1+ (point)) 'face 'highlight)) | 153 | (put-text-property (point) (1+ (point)) 'face 'highlight)) |
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index 09510cd8b00..4dc54859ec5 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el | |||
| @@ -1437,7 +1437,7 @@ OPERATOR := | |||
| 1437 | ;; Normal arithmethic operators (same meaning as C code). | 1437 | ;; Normal arithmethic operators (same meaning as C code). |
| 1438 | + | - | * | / | % | 1438 | + | - | * | / | % |
| 1439 | 1439 | ||
| 1440 | ;; Bitwize operators (same meaning as C code) | 1440 | ;; Bitwise operators (same meaning as C code) |
| 1441 | | & | `|' | ^ | 1441 | | & | `|' | ^ |
| 1442 | 1442 | ||
| 1443 | ;; Shifting operators (same meaning as C code) | 1443 | ;; Shifting operators (same meaning as C code) |
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index ecb2088de89..1a5823826dd 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -700,7 +700,7 @@ Internal use only. Should be called at startup time." | |||
| 700 | ;; "HP-Hebrew8" [36] | 700 | ;; "HP-Hebrew8" [36] |
| 701 | ;; HPHEBREW8 8-bit character set | 701 | ;; HPHEBREW8 8-bit character set |
| 702 | ;; "HP-Japanese15" [36] | 702 | ;; "HP-Japanese15" [36] |
| 703 | ;; HPJAPAN15 15-bit characer set, | 703 | ;; HPJAPAN15 15-bit character set, |
| 704 | ;; modified from industry defacto | 704 | ;; modified from industry defacto |
| 705 | ;; standard Shift-JIS | 705 | ;; standard Shift-JIS |
| 706 | ;; "HP-Kana8" [36] | 706 | ;; "HP-Kana8" [36] |