aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8fd0c0d24f7..0a54c987387 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1,6 +1,6 @@
1/* X Communication module for terminals which understand the X protocol. 1/* X Communication module for terminals which understand the X protocol.
2 2
3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. 3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -10844,8 +10844,7 @@ selected window or cursor position is preserved. */);
10844A value of nil means Emacs doesn't use toolkit scroll bars. 10844A value of nil means Emacs doesn't use toolkit scroll bars.
10845With the X Window system, the value is a symbol describing the 10845With the X Window system, the value is a symbol describing the
10846X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. 10846X toolkit. Possible values are: gtk, motif, xaw, or xaw3d.
10847With MS Windows, the value is t. With Nextstep, the value is 10847With MS Windows or Nextstep, the value is t. */);
10848t or nil. */);
10849#ifdef USE_TOOLKIT_SCROLL_BARS 10848#ifdef USE_TOOLKIT_SCROLL_BARS
10850#ifdef USE_MOTIF 10849#ifdef USE_MOTIF
10851 Vx_toolkit_scroll_bars = intern_c_string ("motif"); 10850 Vx_toolkit_scroll_bars = intern_c_string ("motif");