Variable: completion-max-length

completion-max-length is a variable defined in completion.el.gz.

Value

200

Documentation

The maximum length of a stored completion.

DON'T CHANGE WITHOUT RECOMPILING ! This is used by macros.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar completion-max-length 200
  "The maximum length of a stored completion.
DON'T CHANGE WITHOUT RECOMPILING !  This is used by macros.")