Variable: pcomplete-from-help
pcomplete-from-help is a variable defined in pcomplete.el.gz.
Value
#s(hash-table test equal)
Documentation
Memoization table for function pcomplete-from-help(var)/pcomplete-from-help(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
;;; Parsing help messages
(defvar pcomplete-from-help (make-hash-table :test #'equal)
"Memoization table for function `pcomplete-from-help'.")