# HG changeset patch # User Juanma Barranquero # Date 1025194397 0 # Node ID 7042e479b30fe0933ec10c27ccfed9e47b74fefa # Parent 860693575c7de8f4aaa03b6523ee83f3099638d7 (Fchar_bytes): Remove obsolescence info from docstring. diff -r 860693575c7d -r 7042e479b30f src/charset.c --- a/src/charset.c Thu Jun 27 16:10:23 2002 +0000 +++ b/src/charset.c Thu Jun 27 16:13:17 2002 +0000 @@ -1176,8 +1176,7 @@ } 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; {