]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-extract-pointer): Fix error format string.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:36 +0000 (23:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:36 +0000 (23:16 +0000)
lisp/info.el

index 47f714b8e86bc039da5e12d4906c076d90a04b9c..1ca54be65a8e413a13a4a7971ae7e10e02a6e4c6 100644 (file)
@@ -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