From: Juanma Barranquero Date: Thu, 5 Feb 2009 08:46:51 +0000 (+0000) Subject: * character.c (syms_of_character) : X-Git-Tag: emacs-pretest-23.0.91~397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d8e170ee6c81476d84db708b24dbeb72e4732fe;p=emacs.git * character.c (syms_of_character) : Fix typo in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7952b434b4f..e16edecfdaf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/character.c b/src/character.c index 9d61d60ca7f..50ca6521262 100644 --- a/src/character.c +++ b/src/character.c @@ -1047,7 +1047,7 @@ character is not ASCII nor 8-bit character, an error is signalled. */) if (NILP (position)) { p = PT_ADDR; - } + } else { CHECK_NUMBER_COERCE_MARKER (position); @@ -1166,7 +1166,7 @@ It has one extra slot whose value is a list of script symbols. */); 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.