mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(Fchar_bytes): Remove obsolescence info from docstring.
This commit is contained in:
parent
b0d6450266
commit
b261cd7985
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue