diff options
| author | Kenichi Handa | 1997-07-31 05:53:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-31 05:53:31 +0000 |
| commit | 68e3d7319f3a95881b876ef8370501bf4fe69417 (patch) | |
| tree | aff8803948870352b0117da64c310680f8ab3a7c | |
| parent | e756eb9faf8c0f3f30d6bc0b35b964d55de57382 (diff) | |
| download | emacs-68e3d7319f3a95881b876ef8370501bf4fe69417.tar.gz emacs-68e3d7319f3a95881b876ef8370501bf4fe69417.zip | |
(reference-point-alist): Doc-string modified.
| -rw-r--r-- | lisp/international/mule-util.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 45b5c1330b0..79abfcc79e4 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el | |||
| @@ -386,6 +386,10 @@ positions (integers or markers) specifying the region." | |||
| 386 | (3 . 3) (4 . 4) (5 . 5) | 386 | (3 . 3) (4 . 4) (5 . 5) |
| 387 | (6 . 6) (7 . 7) (8 . 8)) | 387 | (6 . 6) (7 . 7) (8 . 8)) |
| 388 | "Alist of reference point symbols vs reference point codes. | 388 | "Alist of reference point symbols vs reference point codes. |
| 389 | A reference point symbol is to be used to specify a composition rule | ||
| 390 | while making a composite character by the function `compose-chars' | ||
| 391 | (which see). | ||
| 392 | |||
| 389 | Meanings of reference point codes are as follows: | 393 | Meanings of reference point codes are as follows: |
| 390 | 394 | ||
| 391 | 0----1----2 <-- ascent 0:tl or top-left | 395 | 0----1----2 <-- ascent 0:tl or top-left |