Function: wisent-char-p
wisent-char-p is a function alias for characterp, defined in
character.c.
This function is obsolete since 28.1; use characterp instead.
Signature
(wisent-char-p OBJECT)
Documentation
Return non-nil if OBJECT is a character.
In Emacs Lisp, characters are represented by character codes, which
are non-negative integers. The function max-char returns the
maximum character code.
Aliases
wisent-char-p (obsolete since 28.1)