Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9889af08
Commit
9889af08
authored
Feb 06, 2001
by
Eli Zaretskii
Browse files
(previous-matching-history-element, next-matching-history-element): Doc fix.
parent
44806980
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/simple.el
lisp/simple.el
+6
-2
No files found.
lisp/ChangeLog
View file @
9889af08
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.
...
...
lisp/simple.el
View file @
9889af08
...
...
@@ -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
)
:
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment