Variable: denote-sort-dired-buffer-name-function

denote-sort-dired-buffer-name-function is a variable defined in denote.el.

Value

denote-sort-dired-format-buffer-name

Documentation

Function to format a buffer name for denote-sort-dired.

It is called with all the arguments passed to denote-sort-dired and must return a string that is appropriate for a buffer name.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-sort-dired-buffer-name-function #'denote-sort-dired-format-buffer-name
  "Function to format a buffer name for `denote-sort-dired'.
It is called with all the arguments passed to `denote-sort-dired' and
must return a string that is appropriate for a buffer name.")