diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:33:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:33:01 +0000 |
commit | 56bd69df597bec2f7144be9f2ee1c0a56ef9a8e0 (patch) | |
tree | 583eac4059b93c9d979834c432e7676ff73d9914 /lispref/minibuf.texi | |
parent | 44607ed46582c8290925afc3a6d82eb80f74a261 (diff) | |
download | emacs-56bd69df597bec2f7144be9f2ee1c0a56ef9a8e0.tar.gz |
Fix typo.
Diffstat (limited to 'lispref/minibuf.texi')
-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 96a5e1a99ac..1159602fabd 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -37,7 +37,7 @@ for reading an argument. @emph{within} a buffer, such as editing commands, work normally in a minibuffer. However, many operations for managing buffers do not apply to minibuffers. The name of a minibuffer always has the form @w{@samp{ -*Minibuf-@var{number}}}, and it cannot be changed. Minibuffers are +*Minibuf-@var{number}*}}, and it cannot be changed. Minibuffers are displayed only in special windows used only for minibuffers; these windows always appear at the bottom of a frame. (Sometimes frames have no minibuffer window, and sometimes a special kind of frame contains |