/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.416 by rms, Thu May 30 17:04:59 2002 UTC revision 1.417 by eliz, Wed Jun 5 17:01:31 2002 UTC
# Line 439  DEFUN ("window-hscroll", Fwindow_hscroll Line 439  DEFUN ("window-hscroll", Fwindow_hscroll
439    
440  DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,  DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
441         doc: /* Set number of columns WINDOW is scrolled from left margin to NCOL.         doc: /* Set number of columns WINDOW is scrolled from left margin to NCOL.
442  NCOL should be zero or positive.  */)  NCOL should be zero or positive.
443    
444    Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
445    window so that the location of point becomes invisible.  */)
446       (window, ncol)       (window, ncol)
447       Lisp_Object window, ncol;       Lisp_Object window, ncol;
448  {  {

Legend:
Removed from v.1.416  
changed lines
  Added in v.1.417

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26