aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-14 00:04:38 +0000
committerRichard M. Stallman2001-11-14 00:04:38 +0000
commit85565e9ebf0d8b7aa8e8475693886c6e3dcfa3a3 (patch)
treea0d1b15b387a3bd21530e9becf376541094c2e93 /src
parent030ca2d924ebdf128615de5183daf70846e232cd (diff)
downloademacs-85565e9ebf0d8b7aa8e8475693886c6e3dcfa3a3.tar.gz
emacs-85565e9ebf0d8b7aa8e8475693886c6e3dcfa3a3.zip
(syms_of_display): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 131cc934004..f5dba1fd540 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6615,8 +6615,9 @@ Emacs's frame display when you reenter Emacs.
6615It is up to you to set this variable if your terminal can do that. */); 6615It 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. */); 6619The value is a symbol--for instance, `x' for X windows.
6620The 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.