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
de1d1a40
Commit
de1d1a40
authored
Dec 28, 2003
by
Luc Teirlinck
Browse files
(Fcheck_coding_system): Further doc fix.
parent
303cdc2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+1
-1
No files found.
src/ChangeLog
View file @
de1d1a40
2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
* coding.c (Fcheck_coding_system): Doc fix.
2003-12-28 Kim F. Storm <storm@cua.dk>
* Makefile.in (eval.o): Depend on dispextern.h.
...
...
src/coding.c
View file @
de1d1a40
...
...
@@ -6386,7 +6386,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system,
doc: /* Check validity of CODING-SYSTEM.
If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.
It is valid if it is nil or a symbol with a non-nil `coding-system' property.
The value of property should be a vector of length 5. */)
The value of
this
property should be a vector of length 5. */)
(coding_system)
Lisp_Object coding_system;
{
...
...
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