+2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * fns.c (Fmd5): Doc fix.
+
2001-08-31 Gerd Moellmann <gerd@gnu.org>
* composite.c (update_compositions): Do nothing if
If OBJECT is a string, the most preferred coding system (see the\n\
command `prefer-coding-system') is used.\n\
\n\
-If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\
+If NOERROR is non-nil, silently assume the `raw-text' coding if the\n\
guesswork fails. Normally, an error is signaled in such case.")
(object, start, end, coding_system, noerror)
Lisp_Object object, start, end, coding_system, noerror;