From f78643efc0e0aec95c64c22e957080a219ee922d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 29 Aug 1998 01:26:19 +0000 Subject: [PATCH] (Fchar_bytes): Add \n\ in doc-string. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index 5bb3f6ee901..a9c79fe169d 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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; -- 2.39.2