Function: help-fns--mention-first-variable-release

help-fns--mention-first-variable-release is a byte-compiled function defined in help-fns.el.gz.

Signature

(help-fns--mention-first-variable-release OBJECT)

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defun help-fns--mention-first-variable-release (object)
  ;; Don't output anything if we've already output the :version from
  ;; the `defcustom'.
  (unless (memq 'help-fns--customize-variable-version
                help-fns--activated-functions)
    (help-fns--mention-first-release object 'var)))