Mercurial > emacs
changeset 23140:17ad9953ff42
(Fchar_bytes): Add \n\ in doc-string.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 29 Aug 1998 01:26:19 +0000 |
parents | bdfd64faa90a |
children | 9676fa7e02bf |
files | src/charset.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Fri Aug 28 23:38:20 1998 +0000 +++ b/src/charset.c Sat Aug 29 01:26:19 1998 +0000 @@ -1015,7 +1015,7 @@ } 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;