Variable: lisp-doc-string-elt-property
lisp-doc-string-elt-property is a variable defined in lisp-mode.el.gz.
Value
doc-string-elt
Documentation
The symbol property that holds the docstring position info.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp-mode.el.gz
(defvar lisp-doc-string-elt-property 'doc-string-elt
"The symbol property that holds the docstring position info.")