summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-26 00:13:01 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-26 00:13:01 +0000
commitb7bd17fadd038d6b4f507c931ceb8c368dd93ee9 (patch)
treebe2dec16f317c223a63c03cc48ed645d622520e5 /lispref
parent5febf3ba6964a78dbcb92bac24c888d1c6694cd6 (diff)
downloademacs-b7bd17fadd038d6b4f507c931ceb8c368dd93ee9.tar.gz
Use defopt for same-window-buffer-names and same-window-regexps.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/windows.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index fe6db12f2b4..d48c60593c0 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -879,19 +879,19 @@ This variable holds frame parameters for
@code{special-display-popup-frame} to use when it creates a frame.
@end defopt
-@defvar same-window-buffer-names
+@defopt same-window-buffer-names
A list of buffer names for buffers that should be displayed in the
selected window. If the buffer's name is in this list,
@code{display-buffer} handles the buffer by switching to it in the
selected window.
-@end defvar
+@end defopt
-@defvar same-window-regexps
+@defopt same-window-regexps
A list of regular expressions that specify buffers that should be
displayed in the selected window. If the buffer's name matches any of
the regular expressions in this list, @code{display-buffer} handles the
buffer by switching to it in the selected window.
-@end defvar
+@end defopt
@c Emacs 19 feature
@defvar display-buffer-function