(Info-goto-emacs-command-node): Fix error text.

This commit is contained in:
Karl Heuer 1996-01-25 06:05:40 +00:00
parent a3ad20c239
commit e9b81433a2

View file

@ -1735,7 +1735,7 @@ the variable `Info-file-list-for-emacs'."
(if (> num-matches 2) "ies" "y")
(substitute-command-keys "\\[Info-last]")
(if (> num-matches 2) "them" "it")))))
(error "Couldn't find documentation for %s." command))))
(error "Couldn't find documentation for %s" command))))
;;;###autoload
(defun Info-goto-emacs-key-command-node (key)