aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorGeoff Voelker1996-11-19 04:46:30 +0000
committerGeoff Voelker1996-11-19 04:46:30 +0000
commit0f7d64d24552f764c1a34a2d6087dee2eb92770e (patch)
tree616cd045e2942fc504271381c5ecf01dee7b25b2 /src/window.c
parent659ebcc6fb2807169fde9d0db882f04641f500ee (diff)
downloademacs-0f7d64d24552f764c1a34a2d6087dee2eb92770e.tar.gz
emacs-0f7d64d24552f764c1a34a2d6087dee2eb92770e.zip
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.
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;