Mercurial > emacs
changeset 101818:86b3f8ddbaee
* character.c (syms_of_character) <script-representative-chars>:
Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 Feb 2009 08:46:51 +0000 |
parents | 47b9194b4a87 |
children | aa1eb92e5930 |
files | src/ChangeLog src/character.c |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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.