(minibuffer-history, shell-command-history): Add references to history-length
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:12:30 +0000 (17:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:12:30 +0000 (17:12 +0000)
in the doc strings.

lisp/simple.el

index 551c93b..8c97cec 100644 (file)
@@ -1156,7 +1156,10 @@ to get different commands to edit and resubmit."
 (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 @@ You can disable the popping up of this buffer by adding the entry
     t))
 \f
 (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.")