diff options
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */) | |||
| 1047 | if (NILP (position)) | 1047 | if (NILP (position)) |
| 1048 | { | 1048 | { |
| 1049 | p = PT_ADDR; | 1049 | p = PT_ADDR; |
| 1050 | } | 1050 | } |
| 1051 | else | 1051 | else |
| 1052 | { | 1052 | { |
| 1053 | CHECK_NUMBER_COERCE_MARKER (position); | 1053 | CHECK_NUMBER_COERCE_MARKER (position); |
| @@ -1166,7 +1166,7 @@ It has one extra slot whose value is a list of script symbols. */); | |||
| 1166 | DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, | 1166 | DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, |
| 1167 | doc: /* Alist of scripts vs the representative characters. | 1167 | doc: /* Alist of scripts vs the representative characters. |
| 1168 | Each element is a cons (SCRIPT . CHARS). | 1168 | Each element is a cons (SCRIPT . CHARS). |
| 1169 | SCRIPT is a symbol representing a script or a subgroupd of a script. | 1169 | SCRIPT is a symbol representing a script or a subgroup of a script. |
| 1170 | CHARS is a list or a vector of characters. | 1170 | CHARS is a list or a vector of characters. |
| 1171 | If it is a list, all characters in the list are necessary for supporting SCRIPT. | 1171 | If it is a list, all characters in the list are necessary for supporting SCRIPT. |
| 1172 | If it is a vector, one of the characters in the vector is necessary. | 1172 | If it is a vector, one of the characters in the vector is necessary. |