]> git.eshelyaron.com Git - emacs.git/commitdiff
x-toolkit-scroll-bars doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 03:07:38 +0000 (19:07 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 03:07:38 +0000 (19:07 -0800)
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.

src/ChangeLog
src/nsterm.m
src/xterm.c

index 89fa90d9f927f2e11006e410f3e0ff2fea9df3cf..8d32b6a32c8987382c4563e65a507716a97aafe8 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
+       * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
+
 2012-01-29  Glenn Morris  <rgm@gnu.org>
 
        * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
index 70d3cc0e8b86449171160a0945819fc7059a0978..1fbd3813fc7f75317df46c0d11b3d7347c4ebf52 100644 (file)
@@ -6735,7 +6735,12 @@ Only works on OSX 10.6 or later.  */);
 
   /* TODO: move to common code */
   DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,
-              doc: /* If not nil, Emacs uses toolkit scroll bars.  */);
+              doc: /* Which toolkit scroll bars Emacs uses, if any.
+A value of nil means Emacs doesn't use toolkit scroll bars.
+With the X Window system, the value is a symbol describing the
+X toolkit.  Possible values are: gtk, motif, xaw, or xaw3d.
+With MS Windows, the value is t.  With Nextstep, the value is
+t or nil.  */);
 #ifdef USE_TOOLKIT_SCROLL_BARS
   Vx_toolkit_scroll_bars = Qt;
 #else
index 4b34d6344ac3eaf394906036ee88ed3ed26a0e75..8fd0c0d24f7b514668382cb71d95c6cfa0b97a98 100644 (file)
@@ -10844,7 +10844,8 @@ selected window or cursor position is preserved.  */);
 A value of nil means Emacs doesn't use toolkit scroll bars.
 With the X Window system, the value is a symbol describing the
 X toolkit.  Possible values are: gtk, motif, xaw, or xaw3d.
-With MS Windows, the value is t.  */);
+With MS Windows, the value is t.  With Nextstep, the value is
+t or nil.  */);
 #ifdef USE_TOOLKIT_SCROLL_BARS
 #ifdef USE_MOTIF
   Vx_toolkit_scroll_bars = intern_c_string ("motif");