diff options
author | Dave Love <fx@gnu.org> | 2000-11-23 18:54:35 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-23 18:54:35 +0000 |
commit | 429994d86595af9ee7a5f55dd2b70424c096b0f0 (patch) | |
tree | b434d5f87f0c674f1fc55627d45b8f43f4aa99cb | |
parent | ba8299ff05da45bba43b887e9a99211b881cab2c (diff) | |
download | emacs-429994d86595af9ee7a5f55dd2b70424c096b0f0.tar.gz |
Fix markup.
-rw-r--r-- | lispref/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index 0298407729a..407ea2f5852 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -590,10 +590,11 @@ omitted, the selected window is used instead. The value of @var{minibuf} determines if the minibuffer window will be included in the result list. If @var{minibuf} is @code{t}, the minibuffer window will be included, even if it isn't active. If -@var[minibuf} is @code{nil} or omitted, the minibuffer window will +@var{minibuf} is @code{nil} or omitted, the minibuffer window will only be included in the list if it is active. If @var{minibuf} is neither @code{nil} nor @code{t}, the minibuffer window is not included, whether or not it is active. +@end defun @node Buffers and Windows @section Buffers and Windows |