From e9b81433a2113d0c31b2d9dc9ab4c093eacb0397 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 Jan 1996 06:05:40 +0000 Subject: [PATCH] (Info-goto-emacs-command-node): Fix error text. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2