diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-19 23:02:37 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-04-19 17:16:21 +0200 |
commit | e0933b5636219973bf4c0262b82d604756f7c1bc (patch) | |
tree | dae032ee3c9e9a78091c19d79e1319e5917e1a41 /doc | |
parent | 410bb56d23bbedda8ccbaffd2b7cc3188be778de (diff) |
api-procedures.texi: typo: 'an' -> 'on'
* doc/ref/api-procedures.texi: Fix typo.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ref/api-procedures.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 02bf6822a..df24178f9 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -836,7 +836,7 @@ Let us call this new procedure @code{foo}. (define foo (make-procedure-with-setter foo-ref foo-set!)) @end lisp -@code{foo} can from now an be used to either read from the data +@code{foo} can from now on be used to either read from the data structure stored in @code{f}, or to write into the structure. @lisp |