# HG changeset patch # User Karl Heuer # Date 822957396 0 # Node ID b6a423b26c69fe8d61c287da11d23ab5708df4c8 # Parent d60cf49fb01e2e5898a25b5152a438f308fb3c56 (Info-extract-pointer): Fix error format string. diff -r d60cf49fb01e -r b6a423b26c69 lisp/info.el --- a/lisp/info.el Mon Jan 29 23:16:11 1996 +0000 +++ b/lisp/info.el Mon Jan 29 23:16:36 1996 +0000 @@ -792,7 +792,7 @@ (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