Explorar o código

ol: Fix opening help links

* lisp/ol.el ("help"): Fix typo in function opening help links.
Nicolas Goaziou %!s(int64=5) %!d(string=hai) anos
pai
achega
049f9f89d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ol.el

+ 1 - 1
lisp/ol.el

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