Mercurial > emacs
comparison src/dispnew.c @ 91085:880960b70474
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 11 Nov 2007 00:56:44 +0000 |
parents | 4bc33ffdda1a 345d3b46b5d3 |
children | 53108e6cea98 |
comparison
equal
deleted
inserted
replaced
91084:a4347a111894 | 91085:880960b70474 |
---|---|
7110 The value is a symbol--for instance, `x' for X windows. | 7110 The value is a symbol--for instance, `x' for X windows. |
7111 The value is nil if the selected frame is on a text-only-terminal. */); | 7111 The value is nil if the selected frame is on a text-only-terminal. */); |
7112 | 7112 |
7113 DEFVAR_LISP ("window-system-version", &Vwindow_system_version, | 7113 DEFVAR_LISP ("window-system-version", &Vwindow_system_version, |
7114 doc: /* The version number of the window system in use. | 7114 doc: /* The version number of the window system in use. |
7115 For X windows, this is 10 or 11. */); | 7115 For X windows, this is 11. */); |
7116 | 7116 |
7117 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area, | 7117 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area, |
7118 doc: /* Non-nil means put cursor in minibuffer, at end of any message there. */); | 7118 doc: /* Non-nil means put cursor in minibuffer, at end of any message there. */); |
7119 | 7119 |
7120 DEFVAR_LISP ("glyph-table", &Vglyph_table, | 7120 DEFVAR_LISP ("glyph-table", &Vglyph_table, |