diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
commit | f99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch) | |
tree | 46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/lispref/windows.texi | |
parent | f109a67ecb16c7698539b4fd92c113257e282d53 (diff) | |
download | emacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.tar.gz |
Hyphen and dash fixes in texinfo files.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 44d6af6eb52..c4a59c0777a 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -1867,7 +1867,7 @@ default value is empty, i.e., @code{(nil . nil)}. @defopt display-buffer-alist The value of this option is an alist mapping conditions to display actions. Each condition may be either a regular expression matching a -buffer name or a function that takes two arguments - a buffer name and +buffer name or a function that takes two arguments: a buffer name and the @var{action} argument passed to @code{display-buffer}. If the name of the buffer passed to @code{display-buffer} either matches a regular expression in this alist or the function specified by a condition @@ -1968,7 +1968,7 @@ height of the frame's root window. @item If the @sc{cdr} specifies a function, that function is called with one -argument - the new window. The function is supposed to adjust the +argument: the new window. The function is supposed to adjust the height of the window; its return value is ignored. Suitable functions are @code{shrink-window-if-larger-than-buffer} and @code{fit-window-to-buffer}, see @ref{Resizing Windows}. @@ -1989,7 +1989,7 @@ width of the frame's root window. @item If the @sc{cdr} specifies a function, that function is called with one -argument - the new window. The function is supposed to adjust the width +argument: the new window. The function is supposed to adjust the width of the window; its return value is ignored. @end itemize @@ -3618,10 +3618,10 @@ This parameter is installed by the buffer display functions (@pxref{Choosing Window}) and consulted by @code{quit-restore-window} (@pxref{Quitting Windows}). It contains four elements: -The first element is one of the symbols @code{window} - meaning that the -window has been specially created by @code{display-buffer}, @code{frame} -- a separate frame has been created, @code{same} - the window has -displayed the same buffer before, or @code{other} - the window showed +The first element is one of the symbols @code{window}, meaning that the +window has been specially created by @code{display-buffer}; @code{frame}, +a separate frame has been created; @code{same}, the window has +displayed the same buffer before; or @code{other}, the window showed another buffer before. The second element is either one of the symbols @code{window} or |