aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-03 23:45:19 -0700
committerGlenn Morris2014-10-03 23:45:19 -0700
commite2634d919744b2397d1cccfd01ea78efdad76303 (patch)
treefa2083630893048863b9c44bee3b3a0bb7ade453
parentfc7db7066bc611ce95fc44492371dea6a8a3e5bd (diff)
downloademacs-e2634d919744b2397d1cccfd01ea78efdad76303.tar.gz
emacs-e2634d919744b2397d1cccfd01ea78efdad76303.zip
Small copyedits for doc/lispref
* doc/lispref/display.texi (Scroll Bars): * doc/lispref/modes.texi (Header Lines): Copyedits.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/display.texi6
-rw-r--r--doc/lispref/modes.texi9
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index e481ea3314d..5795a6ae030 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,8 @@
12014-10-04 Glenn Morris <rgm@gnu.org> 12014-10-04 Glenn Morris <rgm@gnu.org>
2 2
3 * display.texi (Scroll Bars):
4 * modes.texi (Header Lines): Copyedits.
5
3 * buffers.texi (Buffer List): 6 * buffers.texi (Buffer List):
4 * display.texi (Image Descriptors, Defining Images): 7 * display.texi (Image Descriptors, Defining Images):
5 * functions.texi (Core Advising Primitives): Small fixes re @var usage. 8 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 032d9129c88..46be5ecf3f0 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3925,9 +3925,9 @@ bar actually occupies.
3925@end defun 3925@end defun
3926 3926
3927@defun window-scroll-bar-width &optional window 3927@defun window-scroll-bar-width &optional window
3928This function returns the width of @var{window}'s vertical scrollbar, 3928This function returns the width in pixels of @var{window}'s vertical
3929in pixels. @var{window} must be a live window. If @var{window} is 3929scrollbar. @var{window} must be a live window, and defaults to the
3930@code{nil} or omitted, it will be the selected window. 3930selected window.
3931@end defun 3931@end defun
3932 3932
3933If you don't specify these values for a window with 3933If you don't specify these values for a window with
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index e23e2685a7c..d67bac63b15 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -2221,13 +2221,10 @@ is the same as for @code{mode-line-format} (@pxref{Mode Line Data}).
2221It is normally @code{nil}, so that ordinary buffers have no header line. 2221It is normally @code{nil}, so that ordinary buffers have no header line.
2222@end defvar 2222@end defvar
2223 2223
2224The function @code{window-header-line-height} returns the height of
2225the header line:
2226
2227@defun window-header-line-height &optional window 2224@defun window-header-line-height &optional window
2228Return the height of @var{window}'s header line, in pixels. 2225This function returns the height in pixels of @var{window}'s header
2229@var{window} must be a live window. If @var{window} is @code{nil} or 2226line. @var{window} must be a live window, and defaults to the
2230omitted, it will be the selected window. 2227selected window.
2231@end defun 2228@end defun
2232 2229
2233 A window that is just one line tall never displays a header line. A 2230 A window that is just one line tall never displays a header line. A