From 8f62569219bb6f7c9645adba2bd078cd7a2e135d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 6 Apr 2001 01:22:03 +0000 Subject: [PATCH] (reference-point-alist): Doc fix. --- lisp/ChangeLog | 8 ++++++-- 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 @@ +2001-04-05 Stefan Monnier + + * composite.el (reference-point-alist): Doc fix. + 2001-04-05 Sam Steingold - * font-lock.el (font-lock-keywords-case-fold-search): Make - buffer-local. This fixes a very annoying bug when loading a Lisp + * font-lock.el (font-lock-keywords-case-fold-search): + Make buffer-local. This fixes a very annoying bug when loading a Lisp file made font-lock case-insensitive. 2001-04-05 Gerd Moellmann 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 be added. For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and -NEW-REF-POINT is `tl' (top-left), the overall glyph is updated as +NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as follows (the point `*' corresponds to both reference points): +-------+--+ <--- new ascent -- 2.39.5