From b261cd7985d29ae615edba843dcb8fbda753c783 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 27 Jun 2002 16:13:17 +0000 Subject: [PATCH] (Fchar_bytes): Remove obsolescence info from docstring. --- src/charset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/charset.c b/src/charset.c index 4701db6ba66..493c50545ac 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1176,8 +1176,7 @@ The conversion is done based on `nonascii-translation-table' (which see) } DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, - doc: /* Return 1 regardless of the argument CHAR. -This is now an obsolete function. We keep it just for backward compatibility. */) + doc: /* Return 1 regardless of the argument CHAR. */) (ch) Lisp_Object ch; { -- 2.39.5