From: Richard M. Stallman Date: Tue, 27 Sep 1994 01:37:06 +0000 (+0000) Subject: (syms_of_window): Doc fix. X-Git-Tag: emacs-19.34~6740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdd3a8023b1b31c9630416e59c4ed466e906927a;p=emacs.git (syms_of_window): Doc fix. --- diff --git a/src/window.c b/src/window.c index 35140f239a9..b34f8a86132 100644 --- a/src/window.c +++ b/src/window.c @@ -3285,7 +3285,7 @@ See also `special-display-buffer-names'."); 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'.");