Mercurial > emacs
changeset 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 | f1035d934a7a |
children | 0c88041fc50a |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)