Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
159a4895
Commit
159a4895
authored
Dec 21, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe-function): Don't add `.el' when printing file name.
parent
f90f28a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/help.el
lisp/help.el
+3
-2
No files found.
lisp/help.el
View file @
159a4895
...
...
@@ -444,8 +444,9 @@ C-w print information on absence of warranty for GNU Emacs."
(
if
file
(
progn
(
princ
" in `"
)
(
princ
file
)
(
princ
".el'"
))))
;; We used to add .el to the file name,
;; but that's completely wrong when the user used load-file.
(
princ
file
))))
(
princ
"."
)
(
terpri
)
(
let
((
arglist
(
cond
((
byte-code-function-p
def
)
...
...
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