]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fchar_bytes): Add \n\ in doc-string.
authorKenichi Handa <handa@m17n.org>
Sat, 29 Aug 1998 01:26:19 +0000 (01:26 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 29 Aug 1998 01:26:19 +0000 (01:26 +0000)
src/charset.c

index 5bb3f6ee901d81cbe1d89bb2caa86c41665d5ebb..a9c79fe169d014ec73271426af713d3b40f55051 100644 (file)
@@ -1015,7 +1015,7 @@ The conversion is done based on `nonascii-translation-table' (which see)\n\
 }
 
 DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0,
-  "Return 1 regardless of the argument CHAR.
+  "Return 1 regardless of the argument CHAR.\n\
 This is now an obsolte function.  We keep is just for backward compatibility.")
   (ch)
      Lisp_Object ch;