mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 13:10:37 -08:00
(Ffind_operation_coding_system): Doc fix.
This commit is contained in:
parent
e1511d8794
commit
a952cebe16
2 changed files with 8 additions and 3 deletions
|
|
@ -7471,9 +7471,10 @@ which is a list of all the arguments given to this function.
|
|||
|
||||
If OPERATION is `insert-file-contents', the argument corresponding to
|
||||
TARGET may be a cons (FILENAME . BUFFER). In that case, FILENAME is a
|
||||
file name to look up, and BUFFER is a buffer that already contains the
|
||||
file (but not yet decoded). If a function is found as above, the
|
||||
function must pay attention to this format of TARGET.
|
||||
file name to look up, and BUFFER is a buffer that will contain the
|
||||
file (not yet decoded). If `file-coding-system-alist' specifies a
|
||||
function to call for FILENAME, that function should examine the
|
||||
contents of BUFFER instead of reading the file.
|
||||
|
||||
usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
|
||||
(nargs, args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue