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
2676e099
Commit
2676e099
authored
Apr 21, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe-function): Make hyperlink to library file
name, if available.
parent
c17c4250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/help.el
lisp/help.el
+6
-1
No files found.
lisp/help.el
View file @
2676e099
...
...
@@ -622,7 +622,12 @@ C-w Display information on absence of warranty for GNU Emacs."
;; We used to add .el to the file name,
;; but that's completely wrong when the user used load-file.
(
princ
file-name
)
(
princ
"'"
)))
(
princ
"'"
)
;; Make a hyperlink to the library.
(
with-current-buffer
"*Help*"
(
save-excursion
(
re-search-backward
"`\\([^`']+\\)'"
nil
t
)
(
help-xref-button
1
#'
find-function
function
)))))
(
if
need-close
(
princ
")"
))
(
princ
"."
)
(
terpri
)
...
...
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