Mercurial > emacs
changeset 81951:7aa1fc9d679a
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockgrd.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 18 Jul 2007 11:47:54 +0000 |
parents | c76b4b56f9a6 |
children | fa3696133289 |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Wed Jul 18 10:47:04 2007 +0000 +++ b/src/coding.c Wed Jul 18 11:47:54 2007 +0000 @@ -7474,7 +7474,7 @@ 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;