diff options
| author | Eli Zaretskii | 2001-03-06 16:16:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-06 16:16:32 +0000 |
| commit | 8f372c46a585e21dddb74a9b14d3d5e760b6a636 (patch) | |
| tree | 1b22110dcbf72c361c172b4c93ed681590eb6264 /src | |
| parent | 157ae2732f4e78bc97ab1a99d21740ea7a714f2e (diff) | |
| download | emacs-8f372c46a585e21dddb74a9b14d3d5e760b6a636.tar.gz emacs-8f372c46a585e21dddb74a9b14d3d5e760b6a636.zip | |
(syms_of_display) <glyph-table>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/dispnew.c | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f09e4eb0ea7..61a8c0b6e02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * dispnew.c (syms_of_display) <glyph-table>: Doc fix. | ||
| 4 | |||
| 1 | 2001-03-06 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-03-06 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps | 7 | * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps |
diff --git a/src/dispnew.c b/src/dispnew.c index 7a289758032..755c20be494 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6628,8 +6628,9 @@ If not nil, this is a vector indexed by glyph code to define the glyph.\n\ | |||
| 6628 | Each element can be:\n\ | 6628 | Each element can be:\n\ |
| 6629 | integer: a glyph code which this glyph is an alias for.\n\ | 6629 | integer: a glyph code which this glyph is an alias for.\n\ |
| 6630 | string: output this glyph using that string (not impl. in X windows).\n\ | 6630 | string: output this glyph using that string (not impl. in X windows).\n\ |
| 6631 | nil: this glyph mod 256 is char code to output,\n\ | 6631 | nil: this glyph mod 524288 is the code of a character to output,\n\ |
| 6632 | and this glyph / 256 is face code for X windows (see `face-id')."); | 6632 | and this glyph / 524288 is the face number (see `face-id') to use\n\ |
| 6633 | while outputting it."); | ||
| 6633 | Vglyph_table = Qnil; | 6634 | Vglyph_table = Qnil; |
| 6634 | 6635 | ||
| 6635 | DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, | 6636 | DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, |