branch: externals/org
commit 3b1467daa6ef6f44e60a725e5db50d45bcbfca8c
Author: Nicolas Goaziou <[email protected]>
Commit: Nicolas Goaziou <[email protected]>

    ol: Add missing docstring
    
    * lisp/ol.el (org-link--store-help): Add missing docstring.
---
 lisp/ol.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ol.el b/lisp/ol.el
index aa8e6b0..6f55a46 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -1330,6 +1330,7 @@ PATH is a symbol name, as a string."
     (name (user-error "Unknown function or variable: %s" name))))
 
 (defun org-link--store-help ()
+  "Store \"help\" type link."
   (when (eq major-mode 'help-mode)
     (let ((symbol
            (replace-regexp-in-string

Reply via email to