]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (Scroll Bars):
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Nov 2016 00:07:36 +0000 (19:07 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Nov 2016 00:07:36 +0000 (19:07 -0500)
* doc/lispref/frames.texi (Size and Position):
* doc/lispref/windows.texi (Window Sizes): Fix arglist typos.

doc/lispref/display.texi
doc/lispref/frames.texi
doc/lispref/windows.texi

index a49bfc8ca8c1c2e89db8f2b6dc61e6a5cca13db5..fbdc574c65855eec2c47013d1eb66984b914a4d3 100644 (file)
@@ -4179,12 +4179,12 @@ bar.)  @var{horizontal-type} is either @code{bottom} or @code{nil}
 (which means no horizontal scroll bar).
 @end defun
 
-@defun frame-scroll-bar-width &optional Lisp_Object &optional frame
+@defun frame-scroll-bar-width &optional frame
 This function returns the width of vertical scroll bars of @var{frame}
 in pixels.
 @end defun
 
-@defun frame-scroll-bar-height &optional Lisp_Object &optional frame
+@defun frame-scroll-bar-height &optional frame
 This function returns the height of horizontal scroll bars of
 @var{frame} in pixels.
 @end defun
index 08f8594a9493b2735f6f4e76dab4d71eac60e843..ea7da0883985cb04ac6b9d91540a75a17aef722e 100644 (file)
@@ -764,7 +764,7 @@ its size using the @code{height} and @code{width} parameters
 with sizes and positions.  For all of these functions the argument
 @var{frame} must denote a live frame and defaults to the selected frame.
 
-@defun frame-position &optional Lisp_Object &optional frame
+@defun frame-position &optional frame
 This function returns the outer position (@pxref{Frame Layout}) of
 @var{frame} in pixels.  The value is a cons giving the coordinates of
 the top left corner of the outer frame of @var{frame} relative to an
index 78094e95f4ddc7fd0fa0ecb950fec3974a9d0cef..5b7bb0f4a9cc808c9e043fc1372d3535522982e7 100644 (file)
@@ -549,7 +549,7 @@ children.
 @cindex pixel width of a window
 @cindex total pixel width of a window
 
-@defun window-pixel-width &optional Lisp_Object &optional window
+@defun window-pixel-width &optional window
 This function returns the width of window @var{window} in pixels.
 @var{window} must be a valid window and defaults to the selected one.