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
0445150c
Commit
0445150c
authored
Dec 29, 2003
by
Richard M. Stallman
Browse files
(info-lookup): Use assoc-string.
parent
7f18ce22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/info-look.el
lisp/info-look.el
+1
-1
No files found.
lisp/info-look.el
View file @
0445150c
...
...
@@ -321,7 +321,7 @@ If optional argument QUERY is non-nil, query for the help mode."
(
let*
((
completions
(
info-lookup->completions
topic
mode
))
(
ignore-case
(
info-lookup->ignore-case
topic
mode
))
(
entry
(
or
(
assoc
(
if
ignore-case
(
downcase
item
)
item
)
completions
)
(
assoc-
ignore-case
item
completions
)
(
assoc-
string
item
completions
t
)
(
error
"Not documented as a %s: %s"
topic
(
or
item
""
))))
(
modes
(
info-lookup->all-modes
topic
mode
))
(
window
(
selected-window
))
...
...
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