Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d62f8b13
Commit
d62f8b13
authored
Jan 25, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(help-make-xrefs): Default info references to an
`(emacs)' prefix.
parent
26c52989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/help.el
lisp/help.el
+5
-1
No files found.
lisp/help.el
View file @
d62f8b13
...
...
@@ -1004,7 +1004,11 @@ that."
;; Info references
(
save-excursion
(
while
(
re-search-forward
help-xref-info-regexp
nil
t
)
(
help-xref-button
1
#'
info
(
match-string
1
))))
(
let
((
data
(
match-string
1
)))
(
save-match-data
(
unless
(
string-match
"^([^)]+)"
data
)
(
setq
data
(
concat
"(emacs)"
data
))))
(
help-xref-button
1
#'
info
data
))))
;; An obvious case of a key substitution:
(
save-excursion
(
while
(
re-search-forward
...
...
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