diff 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
line wrap: on
line diff
--- a/lisp/info.el	Thu Jan 25 06:02:21 1996 +0000
+++ b/lisp/info.el	Thu Jan 25 06:05:40 1996 +0000
@@ -1735,7 +1735,7 @@
 			 (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)