[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set-char-table-range with charset arguments
From: |
Kenichi Handa |
Subject: |
Re: set-char-table-range with charset arguments |
Date: |
Thu, 11 Dec 2003 13:17:48 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Luc Teirlinck <address@hidden> writes:
> Actually the docstring of `set-char-table-range' says:
> Set the value in CHAR-TABLE for a range of characters RANGE to VALUE.
> RANGE should be t (for all characters), nil (for the default value)
> a vector which identifies a character set or a row of a character set,
> a coding system, or a character code.
> Note that it not only wrongly mentions "coding system", but also fails
> to mention "character set" (as such, that is, a symbol).
Ah, right.
> Maybe the docstring should say:
> Set the value in CHAR-TABLE for a range of characters RANGE to VALUE.
> RANGE should be t (for all characters), nil (for the default value),
> a character set, a vector which identifies a character set or a row of
> a character set, or a character code. Return VALUE.
I agree.
---
Ken'ichi HANDA
address@hidden