diff options
| author | Richard M. Stallman | 1996-04-25 17:31:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-25 17:31:37 +0000 |
| commit | 568aa5850b6b093f51ef2622075663ffc5b63a62 (patch) | |
| tree | fdde8b19859726f64d9264d31d00a0584232f6b3 /src | |
| parent | e74c43500e257f0bea26b5edd17bcf8d5fb85a62 (diff) | |
| download | emacs-568aa5850b6b093f51ef2622075663ffc5b63a62.tar.gz emacs-568aa5850b6b093f51ef2622075663ffc5b63a62.zip | |
(syms_of_fileio): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 388d602d87c..7493a29f1a4 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4440,8 +4440,10 @@ responsible for calling the after-insert-file-functions if appropriate."); | |||
| 4440 | 4440 | ||
| 4441 | DEFVAR_LISP ("write-region-annotate-functions", &Vwrite_region_annotate_functions, | 4441 | DEFVAR_LISP ("write-region-annotate-functions", &Vwrite_region_annotate_functions, |
| 4442 | "A list of functions to be called at the start of `write-region'.\n\ | 4442 | "A list of functions to be called at the start of `write-region'.\n\ |
| 4443 | Each is passed two arguments, START and END as for `write-region'. It should\n\ | 4443 | Each is passed two arguments, START and END as for `write-region'.\n\ |
| 4444 | return a list of pairs (POSITION . STRING) of strings to be effectively\n\ | 4444 | These are usually two numbers but not always; see the documentation\n\ |
| 4445 | for `write-region'. The function should return a list of pairs\n\ | ||
| 4446 | of the form (POSITION . STRING), consisting of strings to be effectively\n\ | ||
| 4445 | inserted at the specified positions of the file being written (1 means to\n\ | 4447 | inserted at the specified positions of the file being written (1 means to\n\ |
| 4446 | insert before the first byte written). The POSITIONs must be sorted into\n\ | 4448 | insert before the first byte written). The POSITIONs must be sorted into\n\ |
| 4447 | increasing order. If there are several functions in the list, the several\n\ | 4449 | increasing order. If there are several functions in the list, the several\n\ |