# HG changeset patch # User Juanma Barranquero # Date 1237982323 0 # Node ID 93ad3a5a4f75501981b19349039f5821d5c4a937 # Parent c08db43b04dfdb985f7af53e94a3dd2d7327fd69 Fix typo in comment. diff -r c08db43b04df -r 93ad3a5a4f75 src/composite.c --- a/src/composite.c Wed Mar 25 06:49:19 2009 +0000 +++ b/src/composite.c Wed Mar 25 11:58:43 2009 +0000 @@ -694,7 +694,7 @@ break; len = i; } - + copy = Fmake_vector (make_number (len + 2), Qnil); LGSTRING_SET_HEADER (copy, Fcopy_sequence (header)); for (i = 0; i < len; i++) @@ -914,7 +914,7 @@ /* Try to compose the characters at CHARPOS according to CFT_ELEMENT - which is an element of composition-fucntion-table (which see). + which is an element of composition-function-table (which see). LIMIT limits the characters to compose. STRING, if not nil, is a target string. WIN is a window where the characters are being displayed. */ @@ -932,7 +932,7 @@ Lisp_Object pos = make_number (charpos); EMACS_INT pt = PT, pt_byte = PT_BYTE; int lookback; - + record_unwind_save_match_data (); for (lookback = -1; CONSP (cft_element); cft_element = XCDR (cft_element)) { @@ -1376,7 +1376,7 @@ } prev = cur; /* Now search forward. */ - search_forward: + search_forward: *gstring = Qnil; if (! NILP (check_val) || limit >= orig.pos) {