mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(reference-point-alist): Doc fix.
This commit is contained in:
parent
ae5145c238
commit
8f62569219
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,11 @@
|
|||
2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* composite.el (reference-point-alist): Doc fix.
|
||||
|
||||
2001-04-05 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* 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 <gerd@gnu.org>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue