diff options
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 | { |