(Fmd5): Doc fix.
This commit is contained in:
parent
80b97918d7
commit
9a249bba2a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue