From: Richard M. Stallman Date: Mon, 29 Dec 2003 11:25:21 +0000 (+0000) Subject: (Fset_minibuffer_window): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dea7e2ba8497d12ccbaf648253a10573220516b6;p=emacs.git (Fset_minibuffer_window): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index baeb0cef7b5..9a05a4d1ce0 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -189,7 +189,7 @@ choose_minibuf_frame_1 (ignore) DEFUN ("set-minibuffer-window", Fset_minibuffer_window, Sset_minibuffer_window, 1, 1, 0, doc: /* Specify which minibuffer window to use for the minibuffer. -This effects where the minibuffer is displayed if you put text in it +This affects where the minibuffer is displayed if you put text in it without invoking the usual minibuffer commands. */) (window) Lisp_Object window;