projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e0f8b
)
(Fdecode_coding_region): Fix typo in docstring.
author
Kenichi Handa
<handa@m17n.org>
Tue, 6 Nov 2007 13:32:57 +0000
(13:32 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 6 Nov 2007 13:32:57 +0000
(13:32 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index c77aa338a1e75406df9a19dae73fe0ef71390818..bca75754156775cdf8c6d34f4d383c07e3412e1b 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-8009,7
+8009,7
@@
When called from a program, takes four arguments:
START and END are buffer positions.
Optional 4th arguments DESTINATION specifies where the decoded text goes.
-If nil, the region between START and END is replace by the decoded text.
+If nil, the region between START and END is replace
d
by the decoded text.
If buffer, the decoded text is inserted in the buffer.
If t, the decoded text is returned.