diff options
| author | Miles Bader | 2001-10-21 15:20:20 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-21 15:20:20 +0000 |
| commit | a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7 (patch) | |
| tree | 4a70010d4b69482b399ee0011366759c50012d05 /src/coding.c | |
| parent | 9f5a911b46577a2d573794ded1bd883685e901da (diff) | |
| download | emacs-a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7.tar.gz emacs-a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7.zip | |
(Ffind_operation_coding_system): Add usage: string to doc string.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 08da1ae3dbb..01fcfb08782 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6803,7 +6803,9 @@ or `network-coding-system-alist' depending on OPERATION.\n\ | |||
| 6803 | They may specify a coding system, a cons of coding systems,\n\ | 6803 | They may specify a coding system, a cons of coding systems,\n\ |
| 6804 | or a function symbol to call.\n\ | 6804 | or a function symbol to call.\n\ |
| 6805 | In the last case, we call the function with one argument,\n\ | 6805 | In the last case, we call the function with one argument,\n\ |
| 6806 | which is a list of all the arguments given to this function.") | 6806 | which is a list of all the arguments given to this function.\n\ |
| 6807 | \n\ | ||
| 6808 | usage: (find-operation-coding-system OPERATION ARGUMENTS ...)") | ||
| 6807 | (nargs, args) | 6809 | (nargs, args) |
| 6808 | int nargs; | 6810 | int nargs; |
| 6809 | Lisp_Object *args; | 6811 | Lisp_Object *args; |