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
Open sidebar
emacs
emacs
Commits
7e3e3ad1
Commit
7e3e3ad1
authored
Sep 13, 1997
by
Richard M. Stallman
Browse files
(syms_of_minibuf): Doc fix.
parent
a2e1d90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/minibuf.c
src/minibuf.c
+1
-3
No files found.
src/minibuf.c
View file @
7e3e3ad1
...
...
@@ -2002,9 +2002,7 @@ property of a history variable overrides this default.");
DEFVAR_BOOL
(
"enable-recursive-minibuffers"
,
&
enable_recursive_minibuffers
,
"*Non-nil means to allow minibuffer commands while in the minibuffer.
\n
\
More precisely, this variable makes a difference when the minibuffer window
\n
\
is the selected window. If you are in some other window, minibuffer commands
\n
\
are allowed even if a minibuffer is active."
);
This variable makes a difference whenever the minibuffer window is active."
);
enable_recursive_minibuffers
=
0
;
DEFVAR_LISP
(
"minibuffer-completion-table"
,
&
Vminibuffer_completion_table
,
...
...
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