# HG changeset patch # User Karl Heuer # Date 822549940 0 # Node ID 87fde6ef6c95c67be0c46a0faf0ca21aa96c0b16 # Parent f1035d934a7ad6d8fa1a83cda1a9bf14865417ac (Info-goto-emacs-command-node): Fix error text. diff -r f1035d934a7a -r 87fde6ef6c95 lisp/info.el --- 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)