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
e7811926
Commit
e7811926
authored
Oct 15, 2001
by
Pavel Janík
Browse files
(Fchar_to_string): Make doc string consistent with arguments.
parent
6a0b793a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/editfns.c
View file @
e7811926
...
...
@@ -164,7 +164,7 @@ init_editfns ()
}
DEFUN
(
"char-to-string"
,
Fchar_to_string
,
Schar_to_string
,
1
,
1
,
0
,
"Convert arg CHAR to a string containing that character."
)
"Convert arg CHAR
ACTER
to a string containing that character."
)
(
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