Mercurial > emacs
comparison src/window.c @ 9114:9853955949cf
(syms_of_window): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Sep 1994 01:37:06 +0000 |
parents | 984a4b1be1d1 |
children | c35d0ed03819 |
comparison
equal
deleted
inserted
replaced
9113:766b6288e0f2 | 9114:9853955949cf |
---|---|
3283 DEFVAR_LISP ("special-display-function", &Vspecial_display_function, | 3283 DEFVAR_LISP ("special-display-function", &Vspecial_display_function, |
3284 "Function to call to make a new frame for a special buffer.\n\ | 3284 "Function to call to make a new frame for a special buffer.\n\ |
3285 It is called with two arguments, the buffer and optional buffer specific\n\ | 3285 It is called with two arguments, the buffer and optional buffer specific\n\ |
3286 data, and should return a window displaying that buffer.\n\ | 3286 data, and should return a window displaying that buffer.\n\ |
3287 The default value makes a separate frame for the buffer,\n\ | 3287 The default value makes a separate frame for the buffer,\n\ |
3288 using `special-display-alist' to specify the frame parameters.\n\ | 3288 using `special-display-frame-alist' to specify the frame parameters.\n\ |
3289 \n\ | 3289 \n\ |
3290 A buffer is special if its is listed in `special-display-buffer-names'\n\ | 3290 A buffer is special if its is listed in `special-display-buffer-names'\n\ |
3291 or matches a regexp in `special-display-regexps'."); | 3291 or matches a regexp in `special-display-regexps'."); |
3292 Vspecial_display_function = Qnil; | 3292 Vspecial_display_function = Qnil; |
3293 | 3293 |