+2009-02-05 Juanma Barranquero <lekktu@gmail.com>
+
+ * character.c (syms_of_character) <script-representative-chars>:
+ Fix typo in docstring.
+
2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsmenu.m (pop_down_menu): New function.
if (NILP (position))
{
p = PT_ADDR;
- }
+ }
else
{
CHECK_NUMBER_COERCE_MARKER (position);
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.