Variable: pcomplete-from-help

pcomplete-from-help is a variable defined in pcomplete.el.gz.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

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'.")