Mercurial > emacs
changeset 16587:13cda507257c
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 19 Nov 1996 04:46:30 +0000 |
parents | 4176f951b342 |
children | 481b7874a1e9 |
files | src/window.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sun Nov 17 19:41:48 1996 +0000 +++ b/src/window.c Tue Nov 19 04:46:30 1996 +0000 @@ -1985,9 +1985,9 @@ } 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 @@ } 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;