diff options
| author | Glenn Morris | 2016-11-15 19:07:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-11-15 19:07:36 -0500 |
| commit | 91aa5d19237fa54ff28abaa2ec07627b52e76a7f (patch) | |
| tree | 480d924ac06c468833a74c2fe3093f930e5ede94 | |
| parent | f758fcdb126689f4e640f0a4264b348d5995ce2d (diff) | |
| download | emacs-91aa5d19237fa54ff28abaa2ec07627b52e76a7f.tar.gz emacs-91aa5d19237fa54ff28abaa2ec07627b52e76a7f.zip | |
* doc/lispref/display.texi (Scroll Bars):
* doc/lispref/frames.texi (Size and Position):
* doc/lispref/windows.texi (Window Sizes): Fix arglist typos.
| -rw-r--r-- | doc/lispref/display.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index a49bfc8ca8c..fbdc574c658 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4179,12 +4179,12 @@ bar.) @var{horizontal-type} is either @code{bottom} or @code{nil} | |||
| 4179 | (which means no horizontal scroll bar). | 4179 | (which means no horizontal scroll bar). |
| 4180 | @end defun | 4180 | @end defun |
| 4181 | 4181 | ||
| 4182 | @defun frame-scroll-bar-width &optional Lisp_Object &optional frame | 4182 | @defun frame-scroll-bar-width &optional frame |
| 4183 | This function returns the width of vertical scroll bars of @var{frame} | 4183 | This function returns the width of vertical scroll bars of @var{frame} |
| 4184 | in pixels. | 4184 | in pixels. |
| 4185 | @end defun | 4185 | @end defun |
| 4186 | 4186 | ||
| 4187 | @defun frame-scroll-bar-height &optional Lisp_Object &optional frame | 4187 | @defun frame-scroll-bar-height &optional frame |
| 4188 | This function returns the height of horizontal scroll bars of | 4188 | This function returns the height of horizontal scroll bars of |
| 4189 | @var{frame} in pixels. | 4189 | @var{frame} in pixels. |
| 4190 | @end defun | 4190 | @end defun |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 08f8594a949..ea7da088398 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -764,7 +764,7 @@ its size using the @code{height} and @code{width} parameters | |||
| 764 | with sizes and positions. For all of these functions the argument | 764 | with sizes and positions. For all of these functions the argument |
| 765 | @var{frame} must denote a live frame and defaults to the selected frame. | 765 | @var{frame} must denote a live frame and defaults to the selected frame. |
| 766 | 766 | ||
| 767 | @defun frame-position &optional Lisp_Object &optional frame | 767 | @defun frame-position &optional frame |
| 768 | This function returns the outer position (@pxref{Frame Layout}) of | 768 | This function returns the outer position (@pxref{Frame Layout}) of |
| 769 | @var{frame} in pixels. The value is a cons giving the coordinates of | 769 | @var{frame} in pixels. The value is a cons giving the coordinates of |
| 770 | the top left corner of the outer frame of @var{frame} relative to an | 770 | the top left corner of the outer frame of @var{frame} relative to an |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 78094e95f4d..5b7bb0f4a9c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -549,7 +549,7 @@ children. | |||
| 549 | @cindex pixel width of a window | 549 | @cindex pixel width of a window |
| 550 | @cindex total pixel width of a window | 550 | @cindex total pixel width of a window |
| 551 | 551 | ||
| 552 | @defun window-pixel-width &optional Lisp_Object &optional window | 552 | @defun window-pixel-width &optional window |
| 553 | This function returns the width of window @var{window} in pixels. | 553 | This function returns the width of window @var{window} in pixels. |
| 554 | @var{window} must be a valid window and defaults to the selected one. | 554 | @var{window} must be a valid window and defaults to the selected one. |
| 555 | 555 | ||