diff options
| author | Gerd Moellmann | 2001-03-20 12:49:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-20 12:49:34 +0000 |
| commit | 6e92282b89dcb3ce1234574fc371eeee1e594898 (patch) | |
| tree | ed19e0fce56c3f88ac1797a9d9581021f20db3c1 /src | |
| parent | 117e4b0cb8bf5d6fa5a96f3f6800193f9e7059bd (diff) | |
| download | emacs-6e92282b89dcb3ce1234574fc371eeee1e594898.tar.gz emacs-6e92282b89dcb3ce1234574fc371eeee1e594898.zip | |
(Fmd5): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4982,8 +4982,8 @@ into a file.\n\ | |||
| 4982 | If OBJECT is a string, the most preferred coding system (see the\n\ | 4982 | If OBJECT is a string, the most preferred coding system (see the\n\ |
| 4983 | command `prefer-coding-system') is used.\n\ | 4983 | command `prefer-coding-system') is used.\n\ |
| 4984 | \n\ | 4984 | \n\ |
| 4985 | The optional fifth argument NOERROR exists for compatibility with\n\ | 4985 | If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\ |
| 4986 | other Emacs versions, and is ignored.") | 4986 | guesswork fails. Normally, an error is signaled in such case.") |
| 4987 | (object, start, end, coding_system, noerror) | 4987 | (object, start, end, coding_system, noerror) |
| 4988 | Lisp_Object object, start, end, coding_system, noerror; | 4988 | Lisp_Object object, start, end, coding_system, noerror; |
| 4989 | { | 4989 | { |