diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-23 18:51:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-23 23:51:02 +0100 |
commit | a270e133f390169b4d621ef139128a2b7ed30372 (patch) | |
tree | 59f9daddafd1d526f9cd7d6e8ce914ffe8c69893 /libguile/read.c | |
parent | 9a5ee564fab678cacda3a2d8ab4cec613768e1e4 (diff) | |
download | guile-a270e133f390169b4d621ef139128a2b7ed30372.tar.gz |
Correct manual wrt. encoding names.
* doc/ref/api-evaluation.texi (Character Encoding of Source Files):
Don't suggest `latin1' as a good encoding name since Emacs cannot deal
with it.
* libguile/read.c (scm_file_encoding): Fix "Emacs" spelling.
Diffstat (limited to 'libguile/read.c')
-rw-r--r-- | libguile/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/read.c b/libguile/read.c index a81189f0b..4772c3218 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -1554,7 +1554,7 @@ scm_i_scan_for_encoding (SCM port) SCM_DEFINE (scm_file_encoding, "file-encoding", 1, 0, 0, (SCM port), - "Scans the port for an EMACS-like character coding declaration\n" + "Scans the port for an Emacs-like character coding declaration\n" "near the top of the contents of a port with random-acessible contents.\n" "The coding declaration is of the form\n" "@code{coding: XXXXX} and must appear in a scheme comment.\n" |