Mercurial > emacs
changeset 79598:d5c0ef4db45d
(minibuffer-history, shell-command-history): Add references to history-length
in the doc strings.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 22 Dec 2007 17:12:30 +0000 |
parents | cfa45835a9e5 |
children | a00fd366de50 |
files | lisp/simple.el |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sat Dec 22 17:10:17 2007 +0000 +++ b/lisp/simple.el Sat Dec 22 17:12:30 2007 +0000 @@ -1156,7 +1156,10 @@ (defvar minibuffer-history nil "Default minibuffer history list. This is used for all minibuffer input -except when an alternate history list is specified.") +except when an alternate history list is specified. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defvar minibuffer-history-sexp-flag nil "Control whether history list elements are expressions or strings. If the value of this variable equals current minibuffer depth, @@ -1748,7 +1751,10 @@ t)) (defvar shell-command-history nil - "History list for some commands that read shell commands.") + "History list for some commands that read shell commands. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defvar shell-command-switch "-c" "Switch used to have the shell execute its command line argument.")