# HG changeset patch # User Richard M. Stallman # Date 806717581 0 # Node ID 4d6b7909a0ecb6bcbc05f232d53409c93246b242 # Parent 63201a2c1247492f2c261cdf2a539b9a1f8c3feb Use defopt for same-window-buffer-names and same-window-regexps. diff -r 63201a2c1247 -r 4d6b7909a0ec lispref/windows.texi --- 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