1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(previous-matching-history-element, next-matching-history-element): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-02-06 19:39:07 +00:00
parent 4480698087
commit 9889af089d
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
* simple.el (previous-matching-history-element)
(next-matching-history-element): Doc fix.
* loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
specific part.

View file

@ -731,7 +731,9 @@ If a history variable is a member of this list, then the
\(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 @@ See also `minibuffer-history-case-insensitive-variables'."
\(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): "