Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
88e1d519
Commit
88e1d519
authored
Jul 30, 2008
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(info, Info-mode): Doc fix.
parent
4f75e082
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/info.el
lisp/info.el
+4
-1
No files found.
lisp/ChangeLog
View file @
88e1d519
2008-07-30 Juri Linkov <juri@jurta.org>
* info.el (info, Info-mode): Doc fix.
* isearch.el (isearch-mode-map): Bind `M-s r' to
`isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
(search-map): Bind `M-s w' to `isearch-forward-word' globally
...
...
lisp/info.el
View file @
88e1d519
...
...
@@ -543,7 +543,9 @@ appended to the Info buffer name.
The search path for Info files is in the variable `Info-directory-list'.
The top-level Info directory is made by combining all the files named `dir'
in all the directories in that path."
in all the directories in that path.
See a list of available Info commands in `Info-mode'."
(
interactive
(
list
(
if
(
and
current-prefix-arg
(
not
(
numberp
current-prefix-arg
)))
(
read-file-name
"Info file name: "
nil
nil
t
))
...
...
@@ -3432,6 +3434,7 @@ Advanced commands:
\\[Info-search-case-sensitively]
Search
through
this
Info
file
for
specified
regexp
case-sensitively.
\\[Info-search-next]
Search
for
another
occurrence
of
regexp
from
a
previous
\\<Info-mode-map>\\[Info-search]
command.
\\[isearch-forward],
\\[isearch-forward-regexp]
Use
Isearch
to
search
through
multiple
Info
nodes.
\\[Info-index]
Search
for
a
topic
in
this
manual
's
Index
and
go
to
index
entry.
\\[Info-index-next]
(
comma
)
Move
to
the
next
match
from
a
previous
\\<Info-mode-map>\\[Info-index]
command.
\\[info-apropos]
Look
for
a
string
in
the
indices
of
all
manuals.
...
...
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