1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 20:30:29 -08:00

(Ffind_operation_coding_system): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-07-16 10:31:56 +00:00
parent a1aa5e1795
commit fc9c3ac9d6

View file

@ -7472,7 +7472,7 @@ contents (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 ...) */)
usage: (find-operation-coding-system OPERATION ARGUMENTS...) */)
(nargs, args)
int nargs;
Lisp_Object *args;