From: Glenn Morris Date: Tue, 31 Jan 2012 03:33:16 +0000 (-0800) Subject: * w32term.c: Copy previous xterm.c doc fix. X-Git-Tag: emacs-pretest-24.0.94~371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c78c6e0bbf8ef6d442f92b38083311e51a51beaf;p=emacs.git * w32term.c: Copy previous xterm.c doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8d32b6a32c8..d114f0897eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2012-01-31 Glenn Morris * nsterm.m (syms_of_nsterm) : + * w32term.c (syms_of_w32term) : * xterm.c (syms_of_xterm) : Sync docs. 2012-01-29 Glenn Morris diff --git a/src/w32term.c b/src/w32term.c index f764ad9d218..57fdf070850 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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);