summaryrefslogtreecommitdiff
path: root/lisp/org/ox-man.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ox-man.el')
-rw-r--r--lisp/org/ox-man.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el
index 8b4ddc7e651..d7adcd5486d 100644
--- a/lisp/org/ox-man.el
+++ b/lisp/org/ox-man.el
@@ -206,8 +206,8 @@ in this list - but it does not hurt if it is present."
It is used during export of src blocks by the listings and
man packages. For example,
- \(setq org-man-custom-lang-environments
- '\(\(python \"pythoncode\"\)\)\)
+ (setq org-man-custom-lang-environments
+ '((python \"pythoncode\")))
would have the effect that if org encounters begin_src python
during man export."