Function: dictionary-help
dictionary-help is an interactive and byte-compiled function defined
in dictionary.el.gz.
This command is obsolete since 29.1; use describe-mode instead.
Signature
(dictionary-help)
Documentation
Display a little help.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defun dictionary-help ()
"Display a little help."
(declare (obsolete describe-mode "29.1"))
(interactive nil dictionary-mode)
(describe-function 'dictionary-mode))