diff options
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 47f714b8e86..1ca54be65a8 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -792,7 +792,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." | |||
| 792 | (Info-following-node-name)) | 792 | (Info-following-node-name)) |
| 793 | (if (eq errorname t) | 793 | (if (eq errorname t) |
| 794 | nil | 794 | nil |
| 795 | (error (concat "Node has no " (capitalize (or errorname name)))))))) | 795 | (error "Node has no %s" (capitalize (or errorname name))))))) |
| 796 | 796 | ||
| 797 | ;; Return the node name in the buffer following point. | 797 | ;; Return the node name in the buffer following point. |
| 798 | ;; ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp | 798 | ;; ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp |