emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: lispref gmake info build Error 2 on 11/29/2004 CVS pull


From: Luc Teirlinck
Subject: Re: lispref gmake info build Error 2 on 11/29/2004 CVS pull
Date: Tue, 28 Dec 2004 19:37:16 -0600 (CST)

Richard Stallman wrote:
   
   So I will change the doc string as follows:

                        doc: /* *Position of this buffer's vertical scroll bar.
   The value takes effect whenever you display this buffer in a window.
   A value of `left' or `right' means put the vertical scroll bar at that side
   of the window; a value of nil means don't show any vertical scroll bars.
   A value of t (the default) means do whatever the window's frame specifies.  
*/);


   Is any further change needed?

The buffer could already be displayed in a window.  (That is what
confused me.)  What about:

===File ~/buffer.c-diff=====================================
*** buffer.c    27 Dec 2004 15:05:05 -0600      1.468
--- buffer.c    28 Dec 2004 19:18:12 -0600      
***************
*** 5648,5654 ****
    DEFVAR_PER_BUFFER ("vertical-scroll-bar", 
&current_buffer->vertical_scroll_bar_type,
                     Qnil,
                     doc: /* *Position of this buffer's vertical scroll bar.
! The value takes effect whenever you display this buffer in a window.
  A value of `left' or `right' means put the vertical scroll bar at that side
  of the window; a value of nil means don't show any vertical scroll bars.
  A value of t (the default) means do whatever the window's frame specifies.  
*/);
--- 5648,5656 ----
    DEFVAR_PER_BUFFER ("vertical-scroll-bar", 
&current_buffer->vertical_scroll_bar_type,
                     Qnil,
                     doc: /* *Position of this buffer's vertical scroll bar.
! The value takes effect whenever you display this buffer in a window,
! or when you call `set-window-buffer' to update the value if the buffer
! is already displayed in a window.
  A value of `left' or `right' means put the vertical scroll bar at that side
  of the window; a value of nil means don't show any vertical scroll bars.
  A value of t (the default) means do whatever the window's frame specifies.  
*/);
============================================================




reply via email to

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