changeset 12673:4d6b7909a0ec

Use defopt for same-window-buffer-names and same-window-regexps.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jul 1995 00:13:01 +0000
parents 63201a2c1247
children 411fcd86eeeb
files lispref/windows.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/windows.texi	Wed Jul 26 00:04:12 1995 +0000
+++ b/lispref/windows.texi	Wed Jul 26 00:13:01 1995 +0000
@@ -879,19 +879,19 @@
 @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