diff options
| -rw-r--r-- | lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 61dc4fa7631..ed2b2167f58 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -84,7 +84,7 @@ recursive minibuffers, the innermost (or most recently entered) is the | |||
| 84 | active minibuffer. We usually call this ``the'' minibuffer. You can | 84 | active minibuffer. We usually call this ``the'' minibuffer. You can |
| 85 | permit or forbid recursive minibuffers by setting the variable | 85 | permit or forbid recursive minibuffers by setting the variable |
| 86 | @code{enable-recursive-minibuffers} or by putting properties of that | 86 | @code{enable-recursive-minibuffers} or by putting properties of that |
| 87 | name on command symbols (@pxref{Minibuffer Misc}). | 87 | name on command symbols (@pxref{Recursive Mini}). |
| 88 | 88 | ||
| 89 | Like other buffers, a minibuffer may use any of several local keymaps | 89 | Like other buffers, a minibuffer may use any of several local keymaps |
| 90 | (@pxref{Keymaps}); these contain various exit commands and in some cases | 90 | (@pxref{Keymaps}); these contain various exit commands and in some cases |