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
021c54a3
Commit
021c54a3
authored
Dec 28, 2002
by
Richard M. Stallman
Browse files
(info-lookup): Fix error message typo.
parent
267f7053
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 @
021c54a3
...
...
@@ -392,7 +392,7 @@ If optional argument QUERY is non-nil, query for the help mode."
;; info buffer since that can print messages
(
unless
(
or
ignore-case
(
string-equal
item
(
car
entry
)))
(
message
"Found in differnt case: %s"
(
car
entry
)))
(
message
"Found in differ
e
nt case: %s"
(
car
entry
)))
(
or
doc-found
(
error
"Info documentation for lookup was not found"
))
;; Don't leave the Info buffer if the help item couldn't be looked up.
...
...
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