comparison lisp/simple.el @ 7373:451602bf12e4

(minibuffer-history-sexp-flag): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 May 1994 01:17:18 +0000
parents 7a0395228878
children 58372be37e3a
comparison
equal deleted inserted replaced
7372:fb05d6911dcc 7373:451602bf12e4
440 (defvar minibuffer-history nil 440 (defvar minibuffer-history nil
441 "Default minibuffer history list. 441 "Default minibuffer history list.
442 This is used for all minibuffer input 442 This is used for all minibuffer input
443 except when an alternate history list is specified.") 443 except when an alternate history list is specified.")
444 (defvar minibuffer-history-sexp-flag nil 444 (defvar minibuffer-history-sexp-flag nil
445 "Nonzero when doing history operations on `command-history'. 445 "Non-nil when doing history operations on `command-history'.
446 More generally, indicates that the history list being acted on 446 More generally, indicates that the history list being acted on
447 contains expressions rather than strings.") 447 contains expressions rather than strings.")
448 (setq minibuffer-history-variable 'minibuffer-history) 448 (setq minibuffer-history-variable 'minibuffer-history)
449 (setq minibuffer-history-position nil) 449 (setq minibuffer-history-position nil)
450 (defvar minibuffer-history-search-history nil) 450 (defvar minibuffer-history-search-history nil)