Edit for consistency

This commit is contained in:
Lassi Kortela 2020-08-17 10:38:15 +03:00
parent 94eaf509fc
commit 7c73bf11df
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
(id "#!")
(description "Identifier follows [R6RS+]; Unix script [SRFI 22]; #! ... !# comment [Guile]")
(id "#\"")
(id "#\"...\"")
(description "Interpolated string [Gauche]")
(id "#'")
(description "Syntax datum [R6RS, syntax-case]")
(id "#(")
(id "#(...)")
(description "Vector [R7RS]")
(id "#*")
(id "#*\"...\"")
(description "Incomplete string [Gauche]")
(id "#,")
@ -19,7 +19,7 @@
(id "#,@")
(description "unsyntax-splicing [R6RS, syntax-case]")
(id "#/")
(id "#/.../")
(description "Regular expression [Gauche]")
(id "#:")
@ -40,7 +40,7 @@
(id "#?")
(description "Debug macro [Gauche]")
(id "#[")
(id "#[...]")
(description "Character set [Gauche]")
(id "#\\")