aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-12 17:16:57 +0200
committerJuanma Barranquero2010-10-12 17:16:57 +0200
commit51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch)
tree0eeaf52c6c802c1ac20b70b917927788f94500e3
parentad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff)
downloademacs-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.
-rw-r--r--lisp/ChangeLog20
-rw-r--r--lisp/ChangeLog.74
-rw-r--r--lisp/ChangeLog.82
-rw-r--r--lisp/ChangeLog.912
-rw-r--r--lisp/composite.el2
-rw-r--r--lisp/gnus/ecomplete.el2
-rw-r--r--lisp/international/ccl.el2
-rw-r--r--lisp/international/fontset.el2
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.74
-rw-r--r--src/ccl.c4
-rw-r--r--src/dispextern.h2
-rw-r--r--src/font.h2
-rw-r--r--src/print.c2
-rw-r--r--src/regex.c2
-rw-r--r--src/w32font.c2
-rw-r--r--src/w32uniscribe.c2
17 files changed, 39 insertions, 31 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> 12010-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. 52010-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
92010-10-10 Andreas Schwab <schwab@linux-m68k.org> 132010-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
49311999-06-12 Richard M. Stallman <rms@gnu.org> 49311999-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
180772000-05-05 Gerd Moellmann <gerd@gnu.org> 180772000-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
211If it is a string, the elements are alternate characters. In 211If it is a string, the elements are alternate characters. In
212this case, TAB element has a special meaning. If the first 212this case, TAB element has a special meaning. If the first
213characer is TAB, the glyphs are displayed with left padding space 213character is TAB, the glyphs are displayed with left padding space
214so that no pixel overlaps with the previous column. If the last 214so that no pixel overlaps with the previous column. If the last
215character is TAB, the glyphs are displayed with right padding 215character is TAB, the glyphs are displayed with right padding
216space so that no pixel overlaps with the following column. 216space 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]
diff --git a/src/ChangeLog b/src/ChangeLog
index 9ce5007d3b3..01ecd37eec7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
4
12010-10-10 Jan Djärv <jan.h.d@swipnet.se> 52010-10-10 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * nsterm.m (Qleft): Declare. 7 * nsterm.m (Qleft): Declare.
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 6cc3d0f9e3e..a334b4806da 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -491,7 +491,7 @@
491 491
492 * xselect.c (selection_data_to_lisp_data): Set 492 * xselect.c (selection_data_to_lisp_data): Set
493 Vlast_coding_system_used. 493 Vlast_coding_system_used.
494 (lisp_data_to_selection_data): Likewize. 494 (lisp_data_to_selection_data): Likesize.
495 495
4961998-07-07 Richard Stallman <rms@psilocin.ai.mit.edu> 4961998-07-07 Richard Stallman <rms@psilocin.ai.mit.edu>
497 497
@@ -502,7 +502,7 @@
502 * editfns.c (Fformat): Replace explicit numeric constants with 502 * editfns.c (Fformat): Replace explicit numeric constants with
503 proper macros. 503 proper macros.
504 504
505 * fns.c (concat): Likewize. 505 * fns.c (concat): Likewise.
506 506
5071998-07-06 Kenichi Handa <handa@etl.go.jp> 5071998-07-06 Kenichi Handa <handa@etl.go.jp>
508 508
diff --git a/src/ccl.c b/src/ccl.c
index c33df9e56de..ac1d7be621c 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -450,7 +450,7 @@ extern int charset_unicode;
450 Therefore, the instruction code range is 0..16384(0x3fff). 450 Therefore, the instruction code range is 0..16384(0x3fff).
451 */ 451 */
452 452
453/* Read a multibyte characeter. 453/* Read a multibyte character.
454 A code point is stored into reg[rrr]. A charset ID is stored into 454 A code point is stored into reg[rrr]. A charset ID is stored into
455 reg[RRR]. */ 455 reg[RRR]. */
456 456
@@ -2058,7 +2058,7 @@ If R0..R7 are nil, they are initialized to 0.
2058If IC is nil, it is initialized to head of the CCL program. 2058If IC is nil, it is initialized to head of the CCL program.
2059 2059
2060If optional 4th arg CONTINUE is non-nil, keep IC on read operation 2060If optional 4th arg CONTINUE is non-nil, keep IC on read operation
2061when read buffer is exausted, else, IC is always set to the end of 2061when read buffer is exhausted, else, IC is always set to the end of
2062CCL-PROGRAM on exit. 2062CCL-PROGRAM on exit.
2063 2063
2064It returns the contents of write buffer as a string, 2064It returns the contents of write buffer as a string,
diff --git a/src/dispextern.h b/src/dispextern.h
index 076d9055859..ca91c5b6812 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1873,7 +1873,7 @@ struct composition_it
1873 are not iterating over a composition now. */ 1873 are not iterating over a composition now. */
1874 int id; 1874 int id;
1875 /* If non-negative, character that triggers the automatic 1875 /* If non-negative, character that triggers the automatic
1876 composition at `stop_pos', and this is an automatic compositoin. 1876 composition at `stop_pos', and this is an automatic composition.
1877 If negative, this is a static composition. This is set to -2 1877 If negative, this is a static composition. This is set to -2
1878 temporarily if searching of composition reach a limit or a 1878 temporarily if searching of composition reach a limit or a
1879 newline. */ 1879 newline. */
diff --git a/src/font.h b/src/font.h
index 952ea269495..96227ffe40b 100644
--- a/src/font.h
+++ b/src/font.h
@@ -574,7 +574,7 @@ struct font_driver
574 FONT-ENTITY and it must be opened to check it, return -1. */ 574 FONT-ENTITY and it must be opened to check it, return -1. */
575 int (*has_char) P_ ((Lisp_Object font, int c)); 575 int (*has_char) P_ ((Lisp_Object font, int c));
576 576
577 /* Return a glyph code of FONT for characer C (Unicode code point). 577 /* Return a glyph code of FONT for character C (Unicode code point).
578 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */ 578 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */
579 unsigned (*encode_char) P_ ((struct font *font, int c)); 579 unsigned (*encode_char) P_ ((struct font *font, int c));
580 580
diff --git a/src/print.c b/src/print.c
index ccbf8d8c0c7..43f17a7c15d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1450,7 +1450,7 @@ static void print_check_string_charset_prop ();
1450#define PRINT_STRING_NON_CHARSET_FOUND 1 1450#define PRINT_STRING_NON_CHARSET_FOUND 1
1451#define PRINT_STRING_UNSAFE_CHARSET_FOUND 2 1451#define PRINT_STRING_UNSAFE_CHARSET_FOUND 2
1452 1452
1453/* Bitwize or of the abobe macros. */ 1453/* Bitwise or of the above macros. */
1454static int print_check_string_result; 1454static int print_check_string_result;
1455 1455
1456static void 1456static void
diff --git a/src/regex.c b/src/regex.c
index 85ff9b99604..7d12089fea2 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -4145,7 +4145,7 @@ analyse_first (p, pend, fastmap, multibyte)
4145 && match_any_multibyte_characters == false) 4145 && match_any_multibyte_characters == false)
4146 { 4146 {
4147 /* Set fastmap[I] to 1 where I is a leading code of each 4147 /* Set fastmap[I] to 1 where I is a leading code of each
4148 multibyte characer in the range table. */ 4148 multibyte character in the range table. */
4149 int c, count; 4149 int c, count;
4150 unsigned char lc1, lc2; 4150 unsigned char lc1, lc2;
4151 4151
diff --git a/src/w32font.c b/src/w32font.c
index e93dbca2ddb..a07762e970f 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -346,7 +346,7 @@ w32font_has_char (entity, c)
346} 346}
347 347
348/* w32 implementation of encode_char for font backend. 348/* w32 implementation of encode_char for font backend.
349 Return a glyph code of FONT for characer C (Unicode code point). 349 Return a glyph code of FONT for character C (Unicode code point).
350 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. 350 If FONT doesn't have such a glyph, return FONT_INVALID_CODE.
351 351
352 For speed, the gdi backend uses unicode (Emacs calls encode_char 352 For speed, the gdi backend uses unicode (Emacs calls encode_char
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index cfdf629ceee..9cd1ac6426c 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -448,7 +448,7 @@ uniscribe_shape (lgstring)
448} 448}
449 449
450/* Uniscribe implementation of encode_char for font backend. 450/* Uniscribe implementation of encode_char for font backend.
451 Return a glyph code of FONT for characer C (Unicode code point). 451 Return a glyph code of FONT for character C (Unicode code point).
452 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */ 452 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */
453static unsigned 453static unsigned
454uniscribe_encode_char (font, c) 454uniscribe_encode_char (font, c)