From: Geoff Voelker Date: Tue, 19 Nov 1996 04:46:30 +0000 (+0000) Subject: (special-display-p, same-window-p): Add missing X-Git-Tag: emacs-20.1~3357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f7d64d24552f764c1a34a2d6087dee2eb92770e;p=emacs.git (special-display-p, same-window-p): Add missing newlines and backslashes in help strings. --- 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;