]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_window_scroll_bars): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 17 Feb 2006 15:02:30 +0000 (15:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 17 Feb 2006 15:02:30 +0000 (15:02 +0000)
src/window.c

index 5ffb8c95593e3b516a6597b6898ad8c489285a95..d1374f3d0d3e8f6c4fa8b884bc729a78344d912e 100644 (file)
@@ -4286,7 +4286,7 @@ adjust_window_trailing_edge (window, delta, horiz_flag)
            {
               /* This may happen for the minibuffer.  In that case
                  the window_deletion_count check below does not work.  */
-              if (XINT (CURSIZE (p->next)) - delta <= 0) 
+              if (XINT (CURSIZE (p->next)) - delta <= 0)
                 {
                   Fset_window_configuration (old_config);
                   error ("Cannot adjust window size as specified");
@@ -6600,7 +6600,8 @@ this is automatically adjusted to a multiple of the frame column width.
 Third parameter VERTICAL-TYPE specifies the type of the vertical scroll
 bar: left, right, or nil.
 If WIDTH is nil, use the frame's scroll-bar width.
-If TYPE is t, use the frame's scroll-bar type.  */)
+If VERTICAL-TYPE is t, use the frame's scroll-bar type.
+Fourth parameter HORIZONTAL-TYPE is currently unused.  */)
      (window, width, vertical_type, horizontal_type)
      Lisp_Object window, width, vertical_type, horizontal_type;
 {