mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* emacs.scm (emacs-symdoc): Parenthesis fix.
This commit is contained in:
parent
1fe16f927b
commit
544468de3d
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@
|
||||||
|
|
||||||
(define (emacs-symdoc symbol)
|
(define (emacs-symdoc symbol)
|
||||||
(if (or (not (module-bound? (current-module) symbol))
|
(if (or (not (module-bound? (current-module) symbol))
|
||||||
(not (procedure? (eval symbol) (interaction-environment))))
|
(not (procedure? (eval symbol (interaction-environment)))))
|
||||||
'nil
|
'nil
|
||||||
(procedure-documentation (eval symbol (interaction-environment)))))
|
(procedure-documentation (eval symbol (interaction-environment)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue