# HG changeset patch # User Juanma Barranquero # Date 1233823611 0 # Node ID 86b3f8ddbaee82d618367644b46bb5649bbf6056 # Parent 47b9194b4a879a1da1d6ef6167fd59aa7b55a33c * character.c (syms_of_character) : Fix typo in docstring. diff -r 47b9194b4a87 -r 86b3f8ddbaee src/ChangeLog --- a/src/ChangeLog Thu Feb 05 07:38:56 2009 +0000 +++ b/src/ChangeLog Thu Feb 05 08:46:51 2009 +0000 @@ -1,3 +1,8 @@ +2009-02-05 Juanma Barranquero + + * character.c (syms_of_character) : + Fix typo in docstring. + 2009-02-04 Adrian Robert * nsmenu.m (pop_down_menu): New function. diff -r 47b9194b4a87 -r 86b3f8ddbaee src/character.c --- a/src/character.c Thu Feb 05 07:38:56 2009 +0000 +++ b/src/character.c Thu Feb 05 08:46:51 2009 +0000 @@ -1047,7 +1047,7 @@ if (NILP (position)) { p = PT_ADDR; - } + } else { CHECK_NUMBER_COERCE_MARKER (position); @@ -1166,7 +1166,7 @@ DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, doc: /* Alist of scripts vs the representative characters. Each element is a cons (SCRIPT . CHARS). -SCRIPT is a symbol representing a script or a subgroupd of a script. +SCRIPT is a symbol representing a script or a subgroup of a script. CHARS is a list or a vector of characters. If it is a list, all characters in the list are necessary for supporting SCRIPT. If it is a vector, one of the characters in the vector is necessary.