aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-25 17:31:37 +0000
committerRichard M. Stallman1996-04-25 17:31:37 +0000
commit568aa5850b6b093f51ef2622075663ffc5b63a62 (patch)
treefdde8b19859726f64d9264d31d00a0584232f6b3 /src
parente74c43500e257f0bea26b5edd17bcf8d5fb85a62 (diff)
downloademacs-568aa5850b6b093f51ef2622075663ffc5b63a62.tar.gz
emacs-568aa5850b6b093f51ef2622075663ffc5b63a62.zip
(syms_of_fileio): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c6
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\
4443Each is passed two arguments, START and END as for `write-region'. It should\n\ 4443Each is passed two arguments, START and END as for `write-region'.\n\
4444return a list of pairs (POSITION . STRING) of strings to be effectively\n\ 4444These are usually two numbers but not always; see the documentation\n\
4445for `write-region'. The function should return a list of pairs\n\
4446of the form (POSITION . STRING), consisting of strings to be effectively\n\
4445inserted at the specified positions of the file being written (1 means to\n\ 4447inserted at the specified positions of the file being written (1 means to\n\
4446insert before the first byte written). The POSITIONs must be sorted into\n\ 4448insert before the first byte written). The POSITIONs must be sorted into\n\
4447increasing order. If there are several functions in the list, the several\n\ 4449increasing order. If there are several functions in the list, the several\n\