emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107022: * w32term.c: Copy previous x


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107022: * w32term.c: Copy previous xterm.c doc fix.
Date: Mon, 30 Jan 2012 19:33:16 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107022
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-30 19:33:16 -0800
message:
  * w32term.c: Copy previous xterm.c doc fix.
modified:
  src/ChangeLog
  src/w32term.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-01-31 03:07:38 +0000
+++ b/src/ChangeLog     2012-01-31 03:33:16 +0000
@@ -1,6 +1,7 @@
 2012-01-31  Glenn Morris  <address@hidden>
 
        * 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  <address@hidden>

=== modified file 'src/w32term.c'
--- a/src/w32term.c     2012-01-19 07:21:25 +0000
+++ b/src/w32term.c     2012-01-31 03:33:16 +0000
@@ -6432,7 +6432,8 @@
 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);


reply via email to

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