mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(describe-function): Use " is " instead of colon.
This commit is contained in:
parent
cf66807ecd
commit
eea844b25e
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue