aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-09 16:21:34 +0000
committerRichard M. Stallman2001-11-09 16:21:34 +0000
commit0d8305851de60ddd0a6c65ebb37faafe2be017c8 (patch)
treeb7ca0b947bc0ca83ce8ca61c670f15aebde60dad
parent6baef0fd0604043f662dbcc42f1edfa7adb4f905 (diff)
downloademacs-0d8305851de60ddd0a6c65ebb37faafe2be017c8.tar.gz
emacs-0d8305851de60ddd0a6c65ebb37faafe2be017c8.zip
Minor cleanup.
-rw-r--r--lispref/nonascii.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index 59852cd35a7..47d14018a3a 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -744,7 +744,8 @@ This function selects a coding system for encoding specified text,
744asking the user to choose if necessary. Normally the specified text 744asking the user to choose if necessary. Normally the specified text
745is the text in the current buffer between @var{from} and @var{to}, 745is the text in the current buffer between @var{from} and @var{to},
746defaulting to the whole buffer if they are @code{nil}. If @var{from} 746defaulting to the whole buffer if they are @code{nil}. If @var{from}
747is a string, the string is the specified text, and @var{to} is ignored. 747is a string, the string specifies the text to encode, and @var{to} is
748ignored.
748 749
749If @var{default-coding-system} is non-@code{nil}, that is the first 750If @var{default-coding-system} is non-@code{nil}, that is the first
750coding system to try; if that can handle the text, 751coding system to try; if that can handle the text,