diff options
| author | Geoff Voelker | 1996-11-19 04:46:30 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1996-11-19 04:46:30 +0000 |
| commit | 0f7d64d24552f764c1a34a2d6087dee2eb92770e (patch) | |
| tree | 616cd045e2942fc504271381c5ecf01dee7b25b2 /src/window.c | |
| parent | 659ebcc6fb2807169fde9d0db882f04641f500ee (diff) | |
| download | emacs-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.c | 8 |
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 | ||
| 1987 | DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, | 1987 | DEFUN ("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\ |
| 1989 | The value is actually t if the frame should be called with default frame | 1989 | The value is actually t if the frame should be called with default frame\n\ |
| 1990 | parameters, and a list of frame parameters if they were specified. | 1990 | parameters, and a list of frame parameters if they were specified.\n\ |
| 1991 | See `special-display-buffer-names', and `special-display-regexps'.") | 1991 | See `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 | ||
| 2021 | DEFUN ("same-window-p", Fsame_window_p, Ssame_window_p, 1, 1, 0, | 2021 | DEFUN ("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\ |
| 2023 | See `same-window-buffer-names' and `same-window-regexps'.") | 2023 | See `same-window-buffer-names' and `same-window-regexps'.") |
| 2024 | (buffer_name) | 2024 | (buffer_name) |
| 2025 | Lisp_Object buffer_name; | 2025 | Lisp_Object buffer_name; |