Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce35dad9
Commit
ce35dad9
authored
Jan 29, 1996
by
Karl Heuer
Browse files
(Info-extract-pointer): Fix error format string.
parent
cf6ba128
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/info.el
View file @
ce35dad9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment