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
eea844b2
Commit
eea844b2
authored
Aug 04, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe-function): Use " is " instead of colon.
parent
cf66807e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/help.el
lisp/help.el
+3
-1
No files found.
lisp/help.el
View file @
eea844b2
...
...
@@ -519,7 +519,9 @@ C-w Display information on absence of warranty for GNU Emacs."
(
if
function
(
with-output-to-temp-buffer
"*Help*"
(
prin1
function
)
(
princ
": "
)
;; Use " is " instead of a colon so that
;; it is easier to get out the function name using forward-sexp.
(
princ
" is "
)
(
let*
((
def
(
symbol-function
function
))
file-name
(
beg
(
if
(
commandp
def
)
"an interactive "
"a "
)))
...
...
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