aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-25 06:05:40 +0000
committerKarl Heuer1996-01-25 06:05:40 +0000
commite9b81433a2113d0c31b2d9dc9ab4c093eacb0397 (patch)
tree062e5369b780c9af7e989f3780e40dcaadd24098
parenta3ad20c239576b35d1365e2f59b2d7cef91e0d46 (diff)
downloademacs-e9b81433a2113d0c31b2d9dc9ab4c093eacb0397.tar.gz
emacs-e9b81433a2113d0c31b2d9dc9ab4c093eacb0397.zip
(Info-goto-emacs-command-node): Fix error text.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
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'."
1735 (if (> num-matches 2) "ies" "y") 1735 (if (> num-matches 2) "ies" "y")
1736 (substitute-command-keys "\\[Info-last]") 1736 (substitute-command-keys "\\[Info-last]")
1737 (if (> num-matches 2) "them" "it"))))) 1737 (if (> num-matches 2) "them" "it")))))
1738 (error "Couldn't find documentation for %s." command)))) 1738 (error "Couldn't find documentation for %s" command))))
1739 1739
1740;;;###autoload 1740;;;###autoload
1741(defun Info-goto-emacs-key-command-node (key) 1741(defun Info-goto-emacs-key-command-node (key)