(Format Conversion Piecemeal): Clarify

`after-insert-file-functions' calling convention.
This commit is contained in:
Richard M. Stallman
2007-06-27 23:29:26 +00:00
parent 4a72585986
commit a3da9a06fd
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2007-06-27 Richard Stallman <rms@gnu.org>
* files.texi (Format Conversion Piecemeal): Clarify
`after-insert-file-functions' calling convention.
2007-06-27 Michael Albinus <michael.albinus@gmx.de>
* files.texi (Magic File Names): Remove `dired-call-process'. Add

View File

@@ -3071,8 +3071,10 @@ have been dealt with by this function.
@defvar after-insert-file-functions
Each function in this list is called by @code{insert-file-contents}
with one argument, the number of characters inserted, and should
return the new character count, leaving point the same.
with one argument, the number of characters inserted, and with point
at the beginning of the inserted text. Each function should leave
point unchanged, and return the new character count describing the
inserted text as modified by the function.
@c ??? The docstring mentions a handler from `file-name-handler-alist'
@c "intercepting" `insert-file-contents'. Hmmm. --ttn
@end defvar