# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 1005696278 0
# Node ID 4feeae90afa48dbc57d0c59f7f415b5f1a3a0060
# Parent  b192e8b735585a68b4c05a4deab2d47a38a2ae03
(syms_of_display): Doc fix.

diff -r b192e8b73558 -r 4feeae90afa4 src/dispnew.c
--- a/src/dispnew.c	Wed Nov 14 00:04:24 2001 +0000
+++ b/src/dispnew.c	Wed Nov 14 00:04:38 2001 +0000
@@ -6615,8 +6615,9 @@
 It is up to you to set this variable if your terminal can do that.  */);
   
   DEFVAR_LISP ("window-system", &Vwindow_system,
-	       doc: /* A symbol naming the window-system under which Emacs is running
-\(such as `x'), or nil if emacs is running on an ordinary terminal.  */);
+	       doc: /* Name of window system that Emacs is displaying through.
+The value is a symbol--for instance, `x' for X windows.
+The value is nil if Emacs is using a text-only terminal.  */);
   
   DEFVAR_LISP ("window-system-version", &Vwindow_system_version,
 	       doc: /* The version number of the window system in use.