Variable: what-cursor-show-names

what-cursor-show-names is a customizable variable defined in simple.el.gz.

Value

nil

Documentation

Whether to show character names in what-cursor-position.

This variable was added, or its default value changed, in Emacs 27.1.

View in manual

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom what-cursor-show-names nil
  "Whether to show character names in `what-cursor-position'."
  :type 'boolean
  :version "27.1"
  :group 'editing-basics)