Variable: byte-compile--wide-docstring-substitution-len
byte-compile--wide-docstring-substitution-len is a variable defined in
bytecomp.el.gz.
Value
3
Documentation
Substitution width used in byte-compile--wide-docstring-p.
This is a heuristic for guessing the width of a documentation
string: byte-compile--wide-docstring-p assumes that any
substitute-command-keys command substitutions are this long.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile--wide-docstring-substitution-len 3
"Substitution width used in `byte-compile--wide-docstring-p'.
This is a heuristic for guessing the width of a documentation
string: `byte-compile--wide-docstring-p' assumes that any
`substitute-command-keys' command substitutions are this long.")