aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 11:25:21 +0000
committerRichard M. Stallman2003-12-29 11:25:21 +0000
commitdea7e2ba8497d12ccbaf648253a10573220516b6 (patch)
treeeeccbe421bb6eb758e9a57212558a15d5aa3a690 /src
parentdc2628c1136068e34a39f6ddb13415cfdef26528 (diff)
downloademacs-dea7e2ba8497d12ccbaf648253a10573220516b6.tar.gz
emacs-dea7e2ba8497d12ccbaf648253a10573220516b6.zip
(Fset_minibuffer_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
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)
189DEFUN ("set-minibuffer-window", Fset_minibuffer_window, 189DEFUN ("set-minibuffer-window", Fset_minibuffer_window,
190 Sset_minibuffer_window, 1, 1, 0, 190 Sset_minibuffer_window, 1, 1, 0,
191 doc: /* Specify which minibuffer window to use for the minibuffer. 191 doc: /* Specify which minibuffer window to use for the minibuffer.
192This effects where the minibuffer is displayed if you put text in it 192This affects where the minibuffer is displayed if you put text in it
193without invoking the usual minibuffer commands. */) 193without invoking the usual minibuffer commands. */)
194 (window) 194 (window)
195 Lisp_Object window; 195 Lisp_Object window;