mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Typo fixes
This commit is contained in:
parent
4330956d39
commit
b77afe82a4
2 changed files with 2 additions and 2 deletions
|
@ -651,7 +651,7 @@ by @code{file-encoding}, if any, again by using
|
||||||
@deffn {Scheme Procedure} file-encoding port
|
@deffn {Scheme Procedure} file-encoding port
|
||||||
@deffnx {C Function} scm_file_encoding port
|
@deffnx {C Function} scm_file_encoding port
|
||||||
Scans the port for an EMACS-like character coding declaration near the
|
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
|
coding declaration is of the form @code{coding: XXXXX} and must appear
|
||||||
in a scheme comment.
|
in a scheme comment.
|
||||||
|
|
||||||
|
|
|
@ -1966,7 +1966,7 @@ scm_i_get_port_encoding (SCM port)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns ENC is if is a recognized encoding. If it isn't, it tries
|
/* Returns ENC if it is a recognized encoding. If it isn't, it tries
|
||||||
to find an alias of ENC that is valid. Otherwise, it returns
|
to find an alias of ENC that is valid. Otherwise, it returns
|
||||||
NULL. */
|
NULL. */
|
||||||
static const char *
|
static const char *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue