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
e7818a4a
Commit
e7818a4a
authored
Jun 03, 2006
by
Eli Zaretskii
Browse files
(Minibuffer History) <history-add-new-input>: Reword variable's description.
parent
fabcf455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lispref/minibuf.texi
lispref/minibuf.texi
+5
-3
No files found.
lispref/minibuf.texi
View file @
e7818a4a
...
...
@@ -461,9 +461,11 @@ duplicates, and to add @var{newelt} to the list even if it is empty.
@end defun
@defvar history-add-new-input
The value of this variable @code{nil} means that standard functions
that read from the minibuffer don't add new elements to the history
list, so it is possible to do this explicitly by using @code{add-to-history}.
If the value of this variable is @code{nil}, standard functions that
read from the minibuffer don't add new elements to the history list.
This lets Lisp programs explicitly manage input history by using
@code{add-to-history}. By default, @code{history-add-new-input} is
set to a non-@code{nil} value.
@end defvar
@defvar history-length
...
...
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