From 669f9e3c6a38ad9238d8eb7d91463c2342f6ac7b Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 24 Mar 2018 23:35:34 +0000 Subject: [PATCH] whitespace-cleanup --- markdown-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown-mode.el b/markdown-mode.el index 9e24832..333000b 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -409,9 +409,9 @@ nil to disable this." The car is used for subscript, the cdr is used for superscripts." :group 'markdown :type '(cons (choice (sexp :tag "Subscript form") - (const :tag "No lowering" nil)) - (choice (sexp :tag "Superscript form") - (const :tag "No raising" nil))) + (const :tag "No lowering" nil)) + (choice (sexp :tag "Superscript form") + (const :tag "No raising" nil))) :package-version '(markdown-mode . "2.4")) (defcustom markdown-unordered-list-item-prefix " * " -- 2.11.4.GIT