mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
Surround commentary w/ standard markers; nfc.
This commit is contained in:
parent
e7d82febca
commit
afab82bc00
1 changed files with 42 additions and 40 deletions
|
@ -21,9 +21,7 @@
|
|||
|
||||
|
||||
|
||||
(define-module (ice-9 optargs))
|
||||
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; {Optional Arguments}
|
||||
;;;
|
||||
|
@ -59,7 +57,9 @@
|
|||
;;; and one or zero occurences.
|
||||
;;;
|
||||
|
||||
;;; Code:
|
||||
|
||||
(define-module (ice-9 optargs))
|
||||
|
||||
;; bound? var
|
||||
;; Checks if a variable is bound in the current environment.
|
||||
|
@ -432,3 +432,5 @@
|
|||
`(,DT ,NAME
|
||||
(,(lambda (transformer) (defmacro:transformer transformer))
|
||||
(lambda* ,ARGLIST ,@BODY))))
|
||||
|
||||
;;; optargs.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue