emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 3b1467d 2/4: ol: Add missing docstring


From: ELPA Syncer
Subject: [elpa] externals/org 3b1467d 2/4: ol: Add missing docstring
Date: Tue, 27 Apr 2021 11:57:13 -0400 (EDT)

branch: externals/org
commit 3b1467daa6ef6f44e60a725e5db50d45bcbfca8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    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

[Prev in Thread] Current Thread [Next in Thread]