# HG changeset patch # User Eli Zaretskii # Date 981488219 0 # Node ID 74a0bc65686f68a8af6c77b647688ad07eaa0dfb # Parent 915e5fa6d6b99aee11e81a0a1b85272e1389cea8 (previous-matching-history-element, next-matching-history-element): Doc fix. diff -r 915e5fa6d6b9 -r 74a0bc65686f lisp/simple.el --- a/lisp/simple.el Tue Feb 06 17:38:15 2001 +0000 +++ b/lisp/simple.el Tue Feb 06 19:36:59 2001 +0000 @@ -731,7 +731,9 @@ \(Previous history elements refer to earlier actions.) With prefix argument N, search for Nth previous match. If N is negative, find the next or Nth next match. -An uppercase letter in REGEXP makes the search case-sensitive. +Normally, history elements are matched case-insensitively if +`case-fold-search' is non-nil, but an uppercase letter in REGEXP +makes the search case-sensitive. See also `minibuffer-history-case-insensitive-variables'." (interactive (let* ((enable-recursive-minibuffers t) @@ -799,7 +801,9 @@ \(The next history element refers to a more recent action.) With prefix argument N, search for Nth next match. If N is negative, find the previous or Nth previous match. -An uppercase letter in REGEXP makes the search case-sensitive." +Normally, history elements are matched case-insensitively if +`case-fold-search' is non-nil, but an uppercase letter in REGEXP +makes the search case-sensitive." (interactive (let* ((enable-recursive-minibuffers t) (regexp (read-from-minibuffer "Next element matching (regexp): "