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

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

[elpa] externals/org 7c20552ed6 4/4: org-babel-load-languages: Link to t


From: ELPA Syncer
Subject: [elpa] externals/org 7c20552ed6 4/4: org-babel-load-languages: Link to the manual for language list
Date: Fri, 9 Sep 2022 07:58:00 -0400 (EDT)

branch: externals/org
commit 7c20552ed636d6c058d6be649e19d3d5edc0f62a
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-babel-load-languages: Link to the manual for language list
    
    * lisp/org.el: Update docstring linking to the manual for the list of
    supported babel languages.
    
    Reported in https://orgmode.org/list/86fsh61a3u.fsf@gmail.com
---
 lisp/org.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 6412d3090e..6e6c437d5d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -282,9 +282,10 @@ byte-compiled before it is loaded."
 (defcustom org-babel-load-languages '((emacs-lisp . t))
   "Languages which can be evaluated in Org buffers.
 \\<org-mode-map>
-This list can be used to load support for any of the languages
-below.  Each language will depend on a different set of system
-executables and/or Emacs modes.
+This list can be used to load support for any of the available
+languages with babel support (see info node `(org) Languages').  Each
+language will depend on a different set of system executables and/or
+Emacs modes.
 
 When a language is \"loaded\", code blocks in that language can
 be evaluated with `org-babel-execute-src-block', which is bound



reply via email to

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