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
cdd672cc
Commit
cdd672cc
authored
Mar 25, 1993
by
Richard M. Stallman
Browse files
(describe-function): Add blank line above doc string.
parent
d460af17
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 @
cdd672cc
...
...
@@ -304,7 +304,8 @@ C-w print information on absence of warranty for GNU Emacs."
(
t
""
)))
(
terpri
)
(
if
(
documentation
function
)
(
princ
(
documentation
function
))
(
progn
(
terpri
)
(
princ
(
documentation
function
)))
(
princ
"not documented"
))
(
cond
((
byte-code-function-p
def
)
(
save-excursion
...
...
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