changeset 39072:0418462ff378

(Fmd5): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 Sep 2001 09:21:16 +0000
parents ff8e5016e909
children 651bd8eb5307
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Sat Sep 01 06:58:54 2001 +0000
+++ b/src/fns.c	Sat Sep 01 09:21:16 2001 +0000
@@ -4996,7 +4996,7 @@
 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;