emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Tue, 13 Nov 2001 19:04:38 -0500

Index: emacs/src/dispnew.c
diff -u emacs/src/dispnew.c:1.295 emacs/src/dispnew.c:1.296
--- emacs/src/dispnew.c:1.295   Tue Nov 13 01:57:12 2001
+++ emacs/src/dispnew.c Tue Nov 13 19:04:38 2001
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]