mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-20 19:24:20 +00:00
ol: Add missing docstring
* lisp/ol.el (org-link--store-help): Add missing docstring.
This commit is contained in:
parent
4f8a2758cb
commit
3b1467daa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user