comparison src/dispnew.c @ 41025:4feeae90afa4

(syms_of_display): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 Nov 2001 00:04:38 +0000
parents a3a3b477c670
children 818a84568f83
comparison
equal deleted inserted replaced
41024:b192e8b73558 41025:4feeae90afa4
6613 A non-nil value is useful if the terminal can automatically preserve 6613 A non-nil value is useful if the terminal can automatically preserve
6614 Emacs's frame display when you reenter Emacs. 6614 Emacs's frame display when you reenter Emacs.
6615 It is up to you to set this variable if your terminal can do that. */); 6615 It is up to you to set this variable if your terminal can do that. */);
6616 6616
6617 DEFVAR_LISP ("window-system", &Vwindow_system, 6617 DEFVAR_LISP ("window-system", &Vwindow_system,
6618 doc: /* A symbol naming the window-system under which Emacs is running 6618 doc: /* Name of window system that Emacs is displaying through.
6619 \(such as `x'), or nil if emacs is running on an ordinary terminal. */); 6619 The value is a symbol--for instance, `x' for X windows.
6620 The value is nil if Emacs is using a text-only terminal. */);
6620 6621
6621 DEFVAR_LISP ("window-system-version", &Vwindow_system_version, 6622 DEFVAR_LISP ("window-system-version", &Vwindow_system_version,
6622 doc: /* The version number of the window system in use. 6623 doc: /* The version number of the window system in use.
6623 For X windows, this is 10 or 11. */); 6624 For X windows, this is 10 or 11. */);
6624 6625