diff options
| author | Stefan Monnier | 2001-04-06 01:22:03 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-04-06 01:22:03 +0000 |
| commit | 8f62569219bb6f7c9645adba2bd078cd7a2e135d (patch) | |
| tree | cf4f0f9fc312b5c3300ce4f303c4ac01f8e2f674 | |
| parent | ae5145c23883365b7e15b193437e03f8b6e85db1 (diff) | |
| download | emacs-8f62569219bb6f7c9645adba2bd078cd7a2e135d.tar.gz emacs-8f62569219bb6f7c9645adba2bd078cd7a2e135d.zip | |
(reference-point-alist): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/composite.el | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e02e5fc73a..49c158fa4bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2001-04-05 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * composite.el (reference-point-alist): Doc fix. | ||
| 4 | |||
| 1 | 2001-04-05 Sam Steingold <sds@gnu.org> | 5 | 2001-04-05 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * font-lock.el (font-lock-keywords-case-fold-search): Make | 7 | * font-lock.el (font-lock-keywords-case-fold-search): |
| 4 | buffer-local. This fixes a very annoying bug when loading a Lisp | 8 | Make buffer-local. This fixes a very annoying bug when loading a Lisp |
| 5 | file made font-lock case-insensitive. | 9 | file made font-lock case-insensitive. |
| 6 | 10 | ||
| 7 | 2001-04-05 Gerd Moellmann <gerd@gnu.org> | 11 | 2001-04-05 Gerd Moellmann <gerd@gnu.org> |
diff --git a/lisp/composite.el b/lisp/composite.el index 1119295fa53..42dcf1bb600 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -61,7 +61,7 @@ composed, and NEW-REF-POINT is a reference point in the new glyph to | |||
| 61 | be added. | 61 | be added. |
| 62 | 62 | ||
| 63 | For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and | 63 | For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and |
| 64 | NEW-REF-POINT is `tl' (top-left), the overall glyph is updated as | 64 | NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as |
| 65 | follows (the point `*' corresponds to both reference points): | 65 | follows (the point `*' corresponds to both reference points): |
| 66 | 66 | ||
| 67 | +-------+--+ <--- new ascent | 67 | +-------+--+ <--- new ascent |