Mercurial > emacs
changeset 48988:d50289791f55
(info-lookup): Fix error message typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Dec 2002 21:28:56 +0000 |
parents | 0bf251ecfd1a |
children | 4975be537cb2 |
files | lisp/info-look.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info-look.el Sat Dec 28 21:28:09 2002 +0000 +++ b/lisp/info-look.el Sat Dec 28 21:28:56 2002 +0000 @@ -392,7 +392,7 @@ ;; 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 different 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.