Mercurial > emacs
changeset 14424:b6a423b26c69
(Info-extract-pointer): Fix error format string.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 Jan 1996 23:16:36 +0000 |
parents | d60cf49fb01e |
children | 8109feeaf627 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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