From c2d4b6d94433f983cb40035f3b1d9f4b38e577b6 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 7 May 1994 01:17:18 +0000 Subject: [PATCH] (minibuffer-history-sexp-flag): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 7ebdbf033eb..ad8ead703fe 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -442,7 +442,7 @@ to get different commands to edit and resubmit." This is used for all minibuffer input except when an alternate history list is specified.") (defvar minibuffer-history-sexp-flag nil - "Nonzero when doing history operations on `command-history'. + "Non-nil when doing history operations on `command-history'. More generally, indicates that the history list being acted on contains expressions rather than strings.") (setq minibuffer-history-variable 'minibuffer-history) -- 2.39.5