* w32term.c: Copy previous xterm.c doc fix.
This commit is contained in:
parent
9789766834
commit
c78c6e0bbf
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2012-01-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
|
||||
* w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
|
||||
* xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
|
||||
|
||||
2012-01-29 Glenn Morris <rgm@gnu.org>
|
||||
|
|
|
@ -6432,7 +6432,8 @@ baseline level. The default value is nil. */);
|
|||
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. */);
|
||||
Vx_toolkit_scroll_bars = Qt;
|
||||
|
||||
staticpro (&last_mouse_motion_frame);
|
||||
|
|
Loading…
Add table
Reference in a new issue