ol: Fix opening help links
* lisp/ol.el ("help"): Fix typo in function opening help links.
This commit is contained in:
parent
7735362101
commit
049f9f89d0
|
@ -1246,7 +1246,7 @@ PATH is a symbol name, as a string."
|
|||
((and (pred boundp) function) (describe-variable function))
|
||||
(name (user-error "Unknown function or variable: %s" name))))
|
||||
|
||||
(org-link-set-parameters "help" :follow #'org-link--open-elisp)
|
||||
(org-link-set-parameters "help" :follow #'org-link--open-help)
|
||||
|
||||
;;;; "http", "https", "mailto", "ftp", and "news" link types
|
||||
(dolist (scheme '("ftp" "http" "https" "mailto" "news"))
|
||||
|
|
Loading…
Reference in New Issue