Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
11625308
Commit
11625308
authored
Mar 23, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* minibuf.texi (Intro to Minibuffers): Fix typos.
parent
56f8947b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-2
doc/lispref/minibuf.texi
doc/lispref/minibuf.texi
+2
-2
No files found.
doc/lispref/ChangeLog
View file @
11625308
2009
-
03
-
23
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
minibuf
.
texi
(
Intro
to
Minibuffers
):
Fix
typos
.
2009
-
03
-
23
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
minibuf
.
texi
(
Intro
to
Minibuffers
):
Remove
long
-
obsolete
info
...
...
@@ -264,8 +268,7 @@
*
files
.
texi
(
Reading
from
Files
):
Document
that
null
bytes
force
no
-
conversion
when
visiting
files
.
*
processes
.
texi
(
Serial
Ports
):
Improve
wording
,
suggested
by
RMS
.
*
processes
.
texi
(
Serial
Ports
):
Improve
wording
,
suggested
by
RMS
.
*
nonascii
.
texi
(
Lisp
and
Coding
Systems
):
Document
inhibit
-
null
-
byte
-
detection
and
inhibit
-
iso
-
escape
-
detection
.
...
...
doc/lispref/minibuf.texi
View file @
11625308
...
...
@@ -75,14 +75,14 @@ code that uses the minibuffer, if you do not want that to change them.
Under some circumstances, a command can use a minibuffer even if
there is an active minibuffer; such minibuffers are called a
@dfn{recursive minibuffer}. The first minibuffer is named
@w{
@samp{
*Minibuf-0*}}. Recursive minibuffers are named by
@w{
@samp{
*Minibuf-0*}}. Recursive minibuffers are named by
incrementing the number at the end of the name. (The names begin with
a space so that they won't show up in normal buffer lists.) Of
several recursive minibuffers, the innermost (or most recently
entered) is the active minibuffer. We usually call this ``the''
minibuffer. You can permit or forbid recursive minibuffers by setting
the variable @code{enable-recursive-minibuffers}, or by putting
properties of that name on command symbols (@xref{Recursive Mini}.
properties of that name on command symbols (@xref{Recursive Mini}.
)
Like other buffers, a minibuffer uses a local keymap
(@pxref{Keymaps}) to specify special key bindings. The function that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment