ol: Fix opening help links

* lisp/ol.el ("help"): Fix typo in function opening help links.
This commit is contained in:
Nicolas Goaziou 2019-10-13 09:33:44 +02:00
parent 7735362101
commit 049f9f89d0

View file

@ -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"))