From 245e57ecd9e4a5efe2b252beeb7e5a8138d2ef12 Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Sat, 22 Aug 2015 04:07:59 +0900 Subject: [PATCH] Backport commit cc857dd from Emacs master branch --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index 9177c18..91b3a74 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -211,7 +211,7 @@ original Org buffer at the same place." :group 'org-export-rst :type '(choice (const :tag "Replicate original spacing" nil) - (cons :tag "Set an uniform spacing" + (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))))