(Info-goto-emacs-command-node): Fix error text.
This commit is contained in:
parent
a3ad20c239
commit
e9b81433a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue