emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105140: window.c doc fixes.


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105140: window.c doc fixes.
Date: Tue, 12 Jul 2011 23:09:01 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105140
fixes bug(s): http://debbugs.gnu.org/4199
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-07-12 23:09:01 +0200
message:
  window.c doc fixes.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-12 17:29:33 +0000
+++ b/src/ChangeLog     2011-07-12 21:09:01 +0000
@@ -1,3 +1,8 @@
+2011-07-12  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * window.c (Fset_window_start): Doc fix (bug#4199).
+       (Fset_window_hscroll): Ditto.
+
 2011-07-12  Paul Eggert  <address@hidden>
 
        Fix minor new problems caught by GCC 4.6.1.

=== modified file 'src/window.c'
--- a/src/window.c      2011-07-02 10:36:48 +0000
+++ b/src/window.c      2011-07-12 21:09:01 +0000
@@ -683,6 +683,7 @@
 
 DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
        doc: /* Set number of columns WINDOW is scrolled from left margin to 
NCOL.
+If WINDOW is nil, the selected window is used.
 Return NCOL.  NCOL should be zero or positive.
 
 Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
@@ -1410,7 +1411,7 @@
 
 DEFUN ("set-window-start", Fset_window_start, Sset_window_start, 2, 3, 0,
        doc: /* Make display in WINDOW start at position POS in WINDOW's buffer.
-WINDOW defaults to the selected window.  Return POS.
+If WINDOW is nil, the selected window is used.  Return POS.
 Optional third arg NOFORCE non-nil inhibits next redisplay from
 overriding motion of point in order to display at this exact start.  */)
   (Lisp_Object window, Lisp_Object pos, Lisp_Object noforce)


reply via email to

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