branch: elpa
commit bc2307364bfb54c8c254eb69a972ad59cfbfa15b
Author: Arash Esbati <arash.esb...@gmail.com>
Commit: Arash Esbati <arash.esb...@gmail.com>

    ; Turn mandatory argument to optional
    
    * style/paracol.el ("paracol"): Turn mandatory argument to an
    optional one.
---
 style/paracol.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/paracol.el b/style/paracol.el
index 22b90da..f8b5d85 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -124,7 +124,7 @@ If OPTIONAL is non-nil, insert the result in square 
brackets."
 
     ;; 7.4 Commands for Two-Sided Typesetting and Marginal Note Placement
     ;; \twosided[t1t2 ... tk]
-    '("twosided" "Features (combination of p, c, m, b)")
+    '("twosided" [ "Features (combination of p, c, m, b)" ])
 
     ;; \marginparthreshold{k}[k']
     '("marginparthreshold" "Number of columns" [ "Number of columns" ] )

Reply via email to