Function: org-link--complete-shortdoc
org-link--complete-shortdoc is a byte-compiled function defined in
ol.el.gz.
Signature
(org-link--complete-shortdoc)
Documentation
Create a "shortdoc" link using completion.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defun org-link--complete-shortdoc ()
"Create a \"shortdoc\" link using completion."
(concat "shortdoc:"
(completing-read "Shortdoc summary for functions in: "
(mapcar #'car shortdoc--groups))))