Variable: tabulated-list-gui-sort-indicator-desc

tabulated-list-gui-sort-indicator-desc is a customizable variable defined in tabulated-list.el.gz.

Value

9650

Documentation

Indicator for columns sorted in descending order, for GUI frames.

See tabulated-list-tty-sort-indicator-desc for the indicator used on text-mode frames.

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/emacs-lisp/tabulated-list.el.gz
(defcustom tabulated-list-gui-sort-indicator-desc ?▲
  "Indicator for columns sorted in descending order, for GUI frames.
See `tabulated-list-tty-sort-indicator-desc' for the indicator used on
text-mode frames."
  :group 'tabulated-list
  :type 'character
  :version "27.1")