changeset 68971:f8b092ff513c

(Fset_window_scroll_bars): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 17 Feb 2006 15:02:30 +0000
parents eacb238be92f
children 394f3bc02021
files src/window.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Fri Feb 17 13:42:17 2006 +0000
+++ b/src/window.c	Fri Feb 17 15:02:30 2006 +0000
@@ -4286,7 +4286,7 @@
 	    {
               /* 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 @@
 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;
 {