From: Karl Heuer Date: Thu, 25 Jan 1996 06:05:40 +0000 (+0000) Subject: (Info-goto-emacs-command-node): Fix error text. X-Git-Tag: emacs-19.34~1505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9b81433a2113d0c31b2d9dc9ab4c093eacb0397;p=emacs.git (Info-goto-emacs-command-node): Fix error text. --- diff --git a/lisp/info.el b/lisp/info.el index 67b3bb023f3..47f714b8e86 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)