]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmd5): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2001 09:22:10 +0000 (09:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2001 09:22:10 +0000 (09:22 +0000)
src/ChangeLog
src/fns.c

index c1c6a21b39afd3827d97f875ae71530d1e23fe80..eb0d1114bb5834be48e2c136ae75da541a044322 100644 (file)
@@ -1,3 +1,7 @@
+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
index ba1498f0f89dad0fda449ead3efe189e174a6a70..f99ab1514428f0f7d686d8ae22516532e6d19fb2 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -4996,7 +4996,7 @@ into a file.\n\
 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;