Function: dictionary-help

dictionary-help is an interactive and byte-compiled function defined in dictionary.el.gz.

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."
  (interactive)
  (describe-function 'dictionary-mode))