summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-29 23:16:36 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-29 23:16:36 +0000
commitce35dad9dd4809e514dfe01bab36a5de76ab1eff (patch)
tree9289a8f5c3adbe0e5b43ce15e2df904ed064b90e /lisp/info.el
parentcf6ba128571153b9f6bbd626a24c1f753ea1a0db (diff)
downloademacs-ce35dad9dd4809e514dfe01bab36a5de76ab1eff.tar.gz
(Info-extract-pointer): Fix error format string.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
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."
(Info-following-node-name))
(if (eq errorname t)
nil
- (error (concat "Node has no " (capitalize (or errorname name))))))))
+ (error "Node has no %s" (capitalize (or errorname name)))))))
;; Return the node name in the buffer following point.
;; ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp