summaryrefslogtreecommitdiff
path: root/lisp/org/ox-man.el
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2019-12-03 23:27:04 +0100
committerBastien <bzg@gnu.org>2019-12-03 23:27:04 +0100
commit165f7383822086d465519ebe6e4283723923f097 (patch)
tree820be9480e3d571d766483f564c963037192f6ec /lisp/org/ox-man.el
parent821de968434d2096bdea67dd24301bf6b517aef1 (diff)
downloademacs-165f7383822086d465519ebe6e4283723923f097.tar.gz
Update Org to 9.3
Diffstat (limited to 'lisp/org/ox-man.el')
-rw-r--r--lisp/org/ox-man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el
index c0b0f7d223b..00698fc21fe 100644
--- a/lisp/org/ox-man.el
+++ b/lisp/org/ox-man.el
@@ -424,7 +424,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
CONTENTS is nil. INFO is a plist holding contextual information."
(org-man--wrap-label
fixed-width
- (format "\\fC\n%s\\fP"
+ (format "\\fC\n%s\n\\fP"
(org-remove-indentation
(org-element-property :value fixed-width)))))