Function: custom-comment-hide

custom-comment-hide is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-comment-hide WIDGET)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-comment-hide (widget)
  (widget-put (widget-get widget :parent) :comment-shown nil))