projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d21f7a
)
Fix spelling error.
author
Arthur A. Gleckler
<gnu@speechcode.com>
Wed, 20 Mar 2019 00:01:19 +0000
(17:01 -0700)
committer
Arthur A. Gleckler
<gnu@speechcode.com>
Wed, 20 Mar 2019 00:01:19 +0000
(17:01 -0700)
This came from the text of SRFI 9, which I've also corrected.
doc/ref-manual/special-forms.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/special-forms.texi
b/doc/ref-manual/special-forms.texi
index b381df1545416972bc55ea29f8ae74c28fd886c1..e9b8c0668886baa9adeec4288e963a506d14069b 100644
(file)
--- a/
doc/ref-manual/special-forms.texi
+++ b/
doc/ref-manual/special-forms.texi
@@
-3035,7
+3035,7
@@
It does not restrict users to a particular naming convention.
@item
Tools like @command{grep} and the GNU Emacs tag facility will see the
-defining occur
a
nce of each identifier.
+defining occur
re
nce of each identifier.
@end itemize
@deffn {special form} define-record-type type-name (constructor-name field-tag @dots{}) predicate-name field-spec @dots{}