Backport commit cc857dd from Emacs master branch

This commit is contained in:
IGARASHI Masanao
2015-08-22 04:07:59 +09:00
parent 3b3eaa4112
commit 245e57ecd9

View File

@@ -211,7 +211,7 @@ original Org buffer at the same place."
:group 'org-export-rst :group 'org-export-rst
:type '(choice :type '(choice
(const :tag "Replicate original spacing" nil) (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 before contents")
(integer :tag "Number of blank lines after contents")))) (integer :tag "Number of blank lines after contents"))))