summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:46:30 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:46:30 +0000
commit5187e8acf84394b2b0f24f0fbc26c719d2279434 (patch)
tree9992f99b97d4f87908be63ef29cd548aba3e0825
parent6ed85bd5c97212fd560c1fb6704721d4a483d9a5 (diff)
downloademacs-5187e8acf84394b2b0f24f0fbc26c719d2279434.tar.gz
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.
-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)
}
DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
- "Returns non-nil if a buffer named BUFFER-NAME would be created specially.
-The value is actually t if the frame should be called with default frame
-parameters, and a list of frame parameters if they were specified.
+ "Returns non-nil if a buffer named BUFFER-NAME would be created specially.\n\
+The value is actually t if the frame should be called with default frame\n\
+parameters, and a list of frame parameters if they were specified.\n\
See `special-display-buffer-names', and `special-display-regexps'.")
(buffer_name)
Lisp_Object buffer_name;
@@ -2019,7 +2019,7 @@ See `special-display-buffer-names', and `special-display-regexps'.")
}
DEFUN ("same-window-p", Fsame_window_p, Ssame_window_p, 1, 1, 0,
- "Returns non-nil if a new buffer named BUFFER-NAME would use the same window.
+ "Returns non-nil if a new buffer named BUFFER-NAME would use the same window.\n\
See `same-window-buffer-names' and `same-window-regexps'.")
(buffer_name)
Lisp_Object buffer_name;