emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117551: Small copyedits for doc/lispref


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117551: Small copyedits for doc/lispref
Date: Sat, 04 Oct 2014 06:45:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117551
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-10-03 23:45:19 -0700
message:
  Small copyedits for doc/lispref
  
  * doc/lispref/display.texi (Scroll Bars):
  * doc/lispref/modes.texi (Header Lines): Copyedits.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  doc/lispref/modes.texi         modes.texi-20091113204419-o5vbwnq5f7feedwu-6201
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-10-04 06:35:55 +0000
+++ b/doc/lispref/ChangeLog     2014-10-04 06:45:19 +0000
@@ -1,5 +1,8 @@
 2014-10-04  Glenn Morris  <address@hidden>
 
+       * display.texi (Scroll Bars):
+       * modes.texi (Header Lines): Copyedits.
+
        * buffers.texi (Buffer List):
        * display.texi (Image Descriptors, Defining Images):
        * functions.texi (Core Advising Primitives): Small fixes re @var usage.

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-10-04 06:35:55 +0000
+++ b/doc/lispref/display.texi  2014-10-04 06:45:19 +0000
@@ -3925,9 +3925,9 @@
 @end defun
 
 @defun window-scroll-bar-width &optional window
-This function returns the width of @var{window}'s vertical scrollbar,
-in pixels.  @var{window} must be a live window.  If @var{window} is
address@hidden or omitted, it will be the selected window.
+This function returns the width in pixels of @var{window}'s vertical
+scrollbar.  @var{window} must be a live window, and defaults to the
+selected window.
 @end defun
 
 If you don't specify these values for a window with

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2014-06-08 23:39:23 +0000
+++ b/doc/lispref/modes.texi    2014-10-04 06:45:19 +0000
@@ -2221,13 +2221,10 @@
 It is normally @code{nil}, so that ordinary buffers have no header line.
 @end defvar
 
-The function @code{window-header-line-height} returns the height of
-the header line:
-
 @defun window-header-line-height &optional window
-Return the height of @var{window}'s header line, in pixels.
address@hidden must be a live window.  If @var{window} is @code{nil} or
-omitted, it will be the selected window.
+This function returns the height in pixels of @var{window}'s header
+line.  @var{window} must be a live window, and defaults to the
+selected window.
 @end defun
 
   A window that is just one line tall never displays a header line.  A


reply via email to

[Prev in Thread] Current Thread [Next in Thread]