]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-goto-emacs-command-node): Fix error text.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 06:05:40 +0000 (06:05 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 06:05:40 +0000 (06:05 +0000)
lisp/info.el

index 67b3bb023f329ca5bff7ee23325eff9e954235bb..47f714b8e86bc039da5e12d4906c076d90a04b9c 100644 (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)