emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105301: Doc fix for string-to-char (


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105301: Doc fix for string-to-char (Bug#6576).
Date: Thu, 21 Jul 2011 14:38:21 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105301
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-21 14:38:21 -0400
message:
  Doc fix for string-to-char (Bug#6576).
  
  * editfns.c (Fstring_to_char): No need to explain what a character
  is in the docstring.
modified:
  src/ChangeLog
  src/editfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-20 20:45:13 +0000
+++ b/src/ChangeLog     2011-07-21 18:38:21 +0000
@@ -1,3 +1,8 @@
+2011-07-21  Chong Yidong  <address@hidden>
+
+       * editfns.c (Fstring_to_char): No need to explain what a character
+       is in the docstring (Bug#6576).
+
 2011-07-20  Lars Magne Ingebrigtsen  <address@hidden>
 
        * xml.c (parse_region): Make sure we always return a tree.

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2011-07-14 13:40:24 +0000
+++ b/src/editfns.c     2011-07-21 18:38:21 +0000
@@ -194,12 +194,7 @@
 }
 
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]