diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-27 17:15:43 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-27 17:15:43 -0700 |
commit | 2573a8376a387d19af355f68622512ac3e07d57a (patch) | |
tree | 1ffa01d9e12395ebbb8c3f3181d3b9ffdc8c1487 /src/editfns.c | |
parent | 49b602e24ecb3fe085d45ac385e1bfda82252090 (diff) | |
parent | dbf38e02c9ade4979418f24a99962cfef170b957 (diff) | |
download | emacs-2573a8376a387d19af355f68622512ac3e07d57a.tar.gz emacs-2573a8376a387d19af355f68622512ac3e07d57a.tar.bz2 emacs-2573a8376a387d19af355f68622512ac3e07d57a.zip |
Merge from trunk.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/editfns.c b/src/editfns.c index 18fefa5e3b5..577263c5aea 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -194,12 +194,7 @@ DEFUN ("byte-to-string", Fbyte_to_string, Sbyte_to_string, 1, 1, 0, } DEFUN ("string-to-char", Fstring_to_char, Sstring_to_char, 1, 1, 0, - doc: /* Return the first character in STRING. -A multibyte character is handled correctly. -The value returned is a Unicode codepoint if it is below #x110000 (in -hex). Codepoints beyond that are Emacs extensions of Unicode. In -particular, eight-bit characters are returned as codepoints in the -range #x3FFF80 through #x3FFFFF, inclusive. */) + doc: /* Return the first character in STRING. */) (register Lisp_Object string) { register Lisp_Object val; |