Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a58d71cb
Commit
a58d71cb
authored
Oct 21, 2001
by
Miles Bader
Browse files
(Ffind_operation_coding_system): Add usage: string to doc string.
parent
9f5a911b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/coding.c
src/coding.c
+3
-1
No files found.
src/coding.c
View file @
a58d71cb
...
...
@@ -6803,7 +6803,9 @@ or `network-coding-system-alist' depending on OPERATION.\n\
They may specify a coding system, a cons of coding systems,\n\
or a function symbol to call.\n\
In the last case, we call the function with one argument,\n\
which is a list of all the arguments given to this function.")
which is a list of all the arguments given to this function.\n\
\n\
usage: (find-operation-coding-system OPERATION ARGUMENTS ...)")
(nargs, args)
int nargs;
Lisp_Object *args;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment