Function: Custom-help
Custom-help is an interactive and byte-compiled function defined in
cus-edit.el.gz.
Signature
(Custom-help)
Documentation
Read the node on Easy Customization in the Emacs manual.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun Custom-help ()
"Read the node on Easy Customization in the Emacs manual."
(interactive)
(info "(emacs)Easy Customization"))