aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-07-31 05:53:31 +0000
committerKenichi Handa1997-07-31 05:53:31 +0000
commit68e3d7319f3a95881b876ef8370501bf4fe69417 (patch)
treeaff8803948870352b0117da64c310680f8ab3a7c
parente756eb9faf8c0f3f30d6bc0b35b964d55de57382 (diff)
downloademacs-68e3d7319f3a95881b876ef8370501bf4fe69417.tar.gz
emacs-68e3d7319f3a95881b876ef8370501bf4fe69417.zip
(reference-point-alist): Doc-string modified.
-rw-r--r--lisp/international/mule-util.el4
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.
389A reference point symbol is to be used to specify a composition rule
390while making a composite character by the function `compose-chars'
391(which see).
392
389Meanings of reference point codes are as follows: 393Meanings 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