mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(history-length): Specify customization for it.
This commit is contained in:
parent
fa5b1b57fe
commit
408f56b2e3
@ -155,6 +155,9 @@
|
||||
;; minibuf.c
|
||||
(completion-auto-help minibuffer boolean)
|
||||
(enable-recursive-minibuffers minibuffer boolean)
|
||||
(history-length minibuffer
|
||||
(choice (const :tag "Infinite" t)
|
||||
integer))
|
||||
(minibuffer-prompt-properties
|
||||
minibuffer
|
||||
(list
|
||||
|
Loading…
Reference in New Issue
Block a user