diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index aa90d06cbb6..2cf263e7c54 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2409,7 +2409,7 @@ Each element can be:\n\ | |||
| 2409 | integer: a glyph code which this glyph is an alias for.\n\ | 2409 | integer: a glyph code which this glyph is an alias for.\n\ |
| 2410 | string: output this glyph using that string (not impl. in X windows).\n\ | 2410 | string: output this glyph using that string (not impl. in X windows).\n\ |
| 2411 | nil: this glyph mod 256 is char code to output,\n\ | 2411 | nil: this glyph mod 256 is char code to output,\n\ |
| 2412 | and this glyph / 256 is face code for X windows (see `x-set-face')."); | 2412 | and this glyph / 256 is face code for X windows (see `face-id')."); |
| 2413 | Vglyph_table = Qnil; | 2413 | Vglyph_table = Qnil; |
| 2414 | 2414 | ||
| 2415 | DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, | 2415 | DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, |