diff options
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 9fc5ef5de..b245ab8b7 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -651,7 +651,7 @@ by @code{file-encoding}, if any, again by using @deffn {Scheme Procedure} file-encoding port @deffnx {C Function} scm_file_encoding port Scans the port for an EMACS-like character coding declaration near the -top of the contents of a port with random-acessible contents. The +top of the contents of a port with random-accessible contents. The coding declaration is of the form @code{coding: XXXXX} and must appear in a scheme comment. |