Function: info-lookup-maybe-add-help

info-lookup-maybe-add-help is a byte-compiled function defined in info-look.el.gz.

Signature

(info-lookup-maybe-add-help &rest ARG)

Documentation

Add a help specification if none is defined.

See the documentation of the function info-lookup-add-help for more details.

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defun info-lookup-maybe-add-help (&rest arg)
  "Add a help specification if none is defined.
See the documentation of the function `info-lookup-add-help'
for more details."
  (apply #'info-lookup-add-help* t arg))