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

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

[elpa] externals-release/org 5c82e1e1dd: org-plantuml-exec-mode: Fix obs


From: ELPA Syncer
Subject: [elpa] externals-release/org 5c82e1e1dd: org-plantuml-exec-mode: Fix obsolete variable name in the docstring
Date: Fri, 10 Nov 2023 06:58:20 -0500 (EST)

branch: externals-release/org
commit 5c82e1e1dd4d4c81aebbf27b37a277d449ba3727
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-plantuml-exec-mode: Fix obsolete variable name in the docstring
    
    * lisp/ob-plantuml.el (org-plantuml-exec-mode): Use new
    `org-plantuml-args' variable name.
    
    Reported-by: Leo Butler <Leo.Butler@umanitoba.ca>
    Link: https://orgmode.org/list/87zfzmnvl7.fsf@t14.reltub.ca
---
 lisp/ob-plantuml.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el
index 3202c6e415..febdb3964c 100644
--- a/lisp/ob-plantuml.el
+++ b/lisp/ob-plantuml.el
@@ -57,7 +57,7 @@ The JAR can be configured via `org-plantuml-jar-path'.
 
 `plantuml' means to use the PlantUML executable.
 The executable can be configured via `org-plantuml-executable-path'.
-You can also configure extra arguments via `org-plantuml-executable-args'."
+You can also configure extra arguments via `org-plantuml-args'."
   :group 'org-babel
   :package-version '(Org . "9.4")
   :type 'symbol



reply via email to

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