comparison src/window.c @ 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 d62b7f309f2b
children 584563254f25
comparison
equal deleted inserted replaced
16586:4176f951b342 16587:13cda507257c
1983 } 1983 }
1984 return window; 1984 return 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;
1994 { 1994 {
1995 Lisp_Object tem; 1995 Lisp_Object tem;
2017 } 2017 }
2018 return Qnil; 2018 return Qnil;
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;
2026 { 2026 {
2027 Lisp_Object tem; 2027 Lisp_Object tem;