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
06283081
Commit
06283081
authored
Oct 23, 2001
by
Pavel Janík
Browse files
(char-to-string): Fix argument names (use CHAR instead of C) and usage.
parent
461a1459
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/editfns.c
src/editfns.c
+2
-1
No files found.
src/editfns.c
View file @
06283081
...
...
@@ -164,7 +164,8 @@ init_editfns ()
}
DEFUN
(
"char-to-string"
,
Fchar_to_string
,
Schar_to_string
,
1
,
1
,
0
,
doc
:
/* Convert arg CHARACTER to a string containing that character. */
)
doc
:
/* Convert arg CHAR to a string containing that character.
usage: (char-to-string CHAR) */
)
(
character
)
Lisp_Object
character
;
{
...
...
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