aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2016-09-08 10:56:17 +0200
committerMartin Rudalics2016-09-08 10:56:17 +0200
commit0045998ac65e917bc35c6b4cc790b2f62d0243d1 (patch)
tree27be9c9dba715e71b818e6c743cc69c6c5de9600
parent139289426d1b2c90335cec86c5ac19c51bf08bfc (diff)
downloademacs-0045998ac65e917bc35c6b4cc790b2f62d0243d1.tar.gz
emacs-0045998ac65e917bc35c6b4cc790b2f62d0243d1.zip
Fix cross reference in frames.texi
* doc/lispref/frames.texi (Minibuffers and Frames): Fix cross reference.
-rw-r--r--doc/lispref/frames.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 15a9bd911ff..08f8594a949 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1982,8 +1982,7 @@ Window Ordering}.
1982 1982
1983Normally, each frame has its own minibuffer window at the bottom, which 1983Normally, each frame has its own minibuffer window at the bottom, which
1984is used whenever that frame is selected. If the frame has a minibuffer, 1984is used whenever that frame is selected. If the frame has a minibuffer,
1985you can get it with @code{minibuffer-window} (@pxref{Definition of 1985you can get it with @code{minibuffer-window} (@pxref{Minibuffer Windows}).
1986minibuffer-window}).
1987 1986
1988@cindex frame without a minibuffer 1987@cindex frame without a minibuffer
1989@cindex surrogate minibuffer frame 1988@cindex surrogate minibuffer frame