comparison lisp/info.el @ 14355:87fde6ef6c95

(Info-goto-emacs-command-node): Fix error text.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 06:05:40 +0000
parents e39a2eb75dbe
children b6a423b26c69
comparison
equal deleted inserted replaced
14354:f1035d934a7a 14355:87fde6ef6c95
1733 (message "Found %d other entr%s. Use %s to see %s." 1733 (message "Found %d other entr%s. Use %s to see %s."
1734 (1- num-matches) 1734 (1- num-matches)
1735 (if (> num-matches 2) "ies" "y") 1735 (if (> num-matches 2) "ies" "y")
1736 (substitute-command-keys "\\[Info-last]") 1736 (substitute-command-keys "\\[Info-last]")
1737 (if (> num-matches 2) "them" "it"))))) 1737 (if (> num-matches 2) "them" "it")))))
1738 (error "Couldn't find documentation for %s." command)))) 1738 (error "Couldn't find documentation for %s" command))))
1739 1739
1740 ;;;###autoload 1740 ;;;###autoload
1741 (defun Info-goto-emacs-key-command-node (key) 1741 (defun Info-goto-emacs-key-command-node (key)
1742 "Go to the Info node in the Emacs manual the command bound to KEY, a string. 1742 "Go to the Info node in the Emacs manual the command bound to KEY, a string.
1743 Interactively, if the binding is execute-extended-command, a command is read. 1743 Interactively, if the binding is execute-extended-command, a command is read.