comparison src/window.c @ 16392:de5de2aefc4e

(special-display-p): Doc fix.
author Erik Naggum <erik@naggum.no>
date Sun, 06 Oct 1996 16:55:03 +0000
parents 77051008303f
children 9b919c5464a4
comparison
equal deleted inserted replaced
16391:5d64d742ccbb 16392:de5de2aefc4e
1978 } 1978 }
1979 return window; 1979 return window;
1980 } 1980 }
1981 1981
1982 DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, 1982 DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
1983 "Returns non-nil if BUFFER-NAME would use a special display function. 1983 "Returns non-nil if a buffer named BUFFER-NAME would be created specially.
1984 The value is actually t if the frame should be called with default frame 1984 The value is actually t if the frame should be called with default frame
1985 parameters, and a list of frame parameters if they were specified. 1985 parameters, and a list of frame parameters if they were specified.
1986 See `special-display-buffer-names', and `special-display-regexps'.") 1986 See `special-display-buffer-names', and `special-display-regexps'.")
1987 (buffer_name) 1987 (buffer_name)
1988 Lisp_Object buffer_name; 1988 Lisp_Object buffer_name;