aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fns.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1c6a21b39a..eb0d1114bb5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * fns.c (Fmd5): Doc fix.
4
12001-08-31 Gerd Moellmann <gerd@gnu.org> 52001-08-31 Gerd Moellmann <gerd@gnu.org>
2 6
3 * composite.c (update_compositions): Do nothing if 7 * composite.c (update_compositions): Do nothing if
diff --git a/src/fns.c b/src/fns.c
index ba1498f0f89..f99ab151442 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4996,7 +4996,7 @@ into a file.\n\
4996If OBJECT is a string, the most preferred coding system (see the\n\ 4996If OBJECT is a string, the most preferred coding system (see the\n\
4997command `prefer-coding-system') is used.\n\ 4997command `prefer-coding-system') is used.\n\
4998\n\ 4998\n\
4999If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\ 4999If NOERROR is non-nil, silently assume the `raw-text' coding if the\n\
5000guesswork fails. Normally, an error is signaled in such case.") 5000guesswork fails. Normally, an error is signaled in such case.")
5001 (object, start, end, coding_system, noerror) 5001 (object, start, end, coding_system, noerror)
5002 Lisp_Object object, start, end, coding_system, noerror; 5002 Lisp_Object object, start, end, coding_system, noerror;