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
a5743acc
Commit
a5743acc
authored
Dec 21, 1994
by
Richard M. Stallman
Browse files
(describe-function): Fix previous change.
parent
159a4895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/help.el
lisp/help.el
+2
-1
No files found.
lisp/help.el
View file @
a5743acc
...
...
@@ -446,7 +446,8 @@ C-w print information on absence of warranty for GNU Emacs."
(
princ
" in `"
)
;; We used to add .el to the file name,
;; but that's completely wrong when the user used load-file.
(
princ
file
))))
(
princ
file
)
(
princ
"'"
))))
(
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