mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
Document syntax-sourcev
* NEWS: Add doc link. * doc/ref/api-macros.texi (Syntax Transformer Helpers): Document syntax-sourcev. * module/system/syntax.scm: Re-export syntax-sourcev.
This commit is contained in:
parent
c97e1fbb53
commit
5046385df8
3 changed files with 11 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
syntax-local-binding
|
||||
(%syntax-module . syntax-module)
|
||||
syntax-locally-bound-identifiers
|
||||
syntax-session-id))
|
||||
syntax-session-id
|
||||
syntax-sourcev))
|
||||
|
||||
;; Used by syntax.c.
|
||||
(define (print-syntax obj port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue