Variable: dictionary-post-buffer-hook
dictionary-post-buffer-hook is a customizable variable defined in
dictionary.el.gz.
Value
nil
Documentation
Hook run at the end of every update of the dictionary buffer.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defcustom dictionary-post-buffer-hook
nil
"Hook run at the end of every update of the dictionary buffer."
:group 'dictionary
:type 'hook
:version "28.1")