aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-28 21:28:56 +0000
committerRichard M. Stallman2002-12-28 21:28:56 +0000
commit021c54a395ec9478d924bf5b31649e72ea8e2790 (patch)
tree44caf89c2d541a5b32b2c316cbaedd3658401fc3
parent267f7053c476847f850d631fff49e7808f750acb (diff)
downloademacs-021c54a395ec9478d924bf5b31649e72ea8e2790.tar.gz
emacs-021c54a395ec9478d924bf5b31649e72ea8e2790.zip
(info-lookup): Fix error message typo.
-rw-r--r--lisp/info-look.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index f8b56bc55e7..1de84d3e421 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -392,7 +392,7 @@ If optional argument QUERY is non-nil, query for the help mode."
392 ;; info buffer since that can print messages 392 ;; info buffer since that can print messages
393 (unless (or ignore-case 393 (unless (or ignore-case
394 (string-equal item (car entry))) 394 (string-equal item (car entry)))
395 (message "Found in differnt case: %s" (car entry))) 395 (message "Found in different case: %s" (car entry)))
396 (or doc-found 396 (or doc-found
397 (error "Info documentation for lookup was not found")) 397 (error "Info documentation for lookup was not found"))
398 ;; Don't leave the Info buffer if the help item couldn't be looked up. 398 ;; Don't leave the Info buffer if the help item couldn't be looked up.