diff options
author | Chong Yidong <cyd@gnu.org> | 2012-03-31 00:31:24 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-03-31 00:31:24 +0800 |
commit | 5319014e4f4453155b1a8159c96c8ef1137e6c45 (patch) | |
tree | 26ccb8b85cb48b3ddb941c371e3b7840527e71fb /admin/FOR-RELEASE | |
parent | dc1783452e55eb290eb3a31e763f52c9d08c322f (diff) | |
download | emacs-5319014e4f4453155b1a8159c96c8ef1137e6c45.tar.gz |
Updates for Display chapter of Lisp manual.
* doc/lispref/display.texi (Image Formats): Add imagemagick type.
(Image Descriptors): Mention how they are used.
(ImageMagick Images): Clarify role of imagemagick-register-types.
(Character Display): Don't mention glyph tables.
(Display Tables): Use make-glyph-code in example.
(Glyphs): Avoid "simple glyph code" terminology. Note that glyph
tables are semi-obsolete. De-document create-glyph.
(Glyphless Chars): Note that display tables override this.
(Bidirectional Display): Copyedits. Introduce "bidirectional
reordering" terminology, and use it.
* doc/emacs/files.texi (File Conveniences): Clarify Imagemagick discussion.
* lisp/image.el (imagemagick-types-inhibit)
(imagemagick-register-types): Doc fix.
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r-- | admin/FOR-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 10e589371c4..1f498e06c31 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -191,7 +191,7 @@ compile.texi cyd control.texi cyd customize.texi cyd debugging.texi cyd -display.texi +display.texi cyd edebug.texi elisp.texi errors.texi rgm |