aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c
index f9905e38c16..0883f0ccb34 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1985,9 +1985,9 @@ display_buffer_1 (window)
1985} 1985}
1986 1986
1987DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, 1987DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
1988 "Returns non-nil if a buffer named BUFFER-NAME would be created specially. 1988 "Returns non-nil if a buffer named BUFFER-NAME would be created specially.\n\
1989The value is actually t if the frame should be called with default frame 1989The value is actually t if the frame should be called with default frame\n\
1990parameters, and a list of frame parameters if they were specified. 1990parameters, and a list of frame parameters if they were specified.\n\
1991See `special-display-buffer-names', and `special-display-regexps'.") 1991See `special-display-buffer-names', and `special-display-regexps'.")
1992 (buffer_name) 1992 (buffer_name)
1993 Lisp_Object buffer_name; 1993 Lisp_Object buffer_name;
@@ -2019,7 +2019,7 @@ See `special-display-buffer-names', and `special-display-regexps'.")
2019} 2019}
2020 2020
2021DEFUN ("same-window-p", Fsame_window_p, Ssame_window_p, 1, 1, 0, 2021DEFUN ("same-window-p", Fsame_window_p, Ssame_window_p, 1, 1, 0,
2022 "Returns non-nil if a new buffer named BUFFER-NAME would use the same window. 2022 "Returns non-nil if a new buffer named BUFFER-NAME would use the same window.\n\
2023See `same-window-buffer-names' and `same-window-regexps'.") 2023See `same-window-buffer-names' and `same-window-regexps'.")
2024 (buffer_name) 2024 (buffer_name)
2025 Lisp_Object buffer_name; 2025 Lisp_Object buffer_name;