Mercurial > emacs
changeset 9114:9853955949cf
(syms_of_window): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Sep 1994 01:37:06 +0000 |
parents | 766b6288e0f2 |
children | 59bc2d010b5f |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Sep 27 01:24:44 1994 +0000 +++ b/src/window.c Tue Sep 27 01:37:06 1994 +0000 @@ -3285,7 +3285,7 @@ It is called with two arguments, the buffer and optional buffer specific\n\ data, and should return a window displaying that buffer.\n\ The default value makes a separate frame for the buffer,\n\ -using `special-display-alist' to specify the frame parameters.\n\ +using `special-display-frame-alist' to specify the frame parameters.\n\ \n\ A buffer is special if its is listed in `special-display-buffer-names'\n\ or matches a regexp in `special-display-regexps'.");