aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index c13c2487907..93f32717299 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -164,7 +164,8 @@ init_editfns ()
164} 164}
165 165
166DEFUN ("char-to-string", Fchar_to_string, Schar_to_string, 1, 1, 0, 166DEFUN ("char-to-string", Fchar_to_string, Schar_to_string, 1, 1, 0,
167 doc: /* Convert arg CHARACTER to a string containing that character. */) 167 doc: /* Convert arg CHAR to a string containing that character.
168usage: (char-to-string CHAR) */)
168 (character) 169 (character)
169 Lisp_Object character; 170 Lisp_Object character;
170{ 171{