Variable: help-definition-prefixes

help-definition-prefixes is a variable defined in help-fns.el.gz.

Value

nil

Documentation

Radix-tree representation replacing definition-prefixes.

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
;; Functions

(defvar help-definition-prefixes nil
  ;; FIXME: We keep `definition-prefixes' as a hash-table so as to
  ;; avoid pre-loading radix-tree and because it takes slightly less
  ;; memory.  But when we use this table it's more efficient to
  ;; represent it as a radix tree, since the main operation is to do
  ;; `radix-tree-prefixes'.  Maybe we should just bite the bullet and
  ;; use a radix tree for `definition-prefixes' (it's not *that*
  ;; costly, really).
  "Radix-tree representation replacing `definition-prefixes'.")