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

    ; Query for second mandatory argument.
    
    * style/paracol.el ("paracol"): Query for second mandatory
    argument.
---
 style/paracol.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style/paracol.el b/style/paracol.el
index 7dfddc7..22b90da 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -219,7 +219,8 @@ If OPTIONAL is non-nil, insert the result in square 
brackets."
     '("addcontentsonly"
       (TeX-arg-eval completing-read
                    (TeX-argument-prompt optional nil "Content file")
-                   '("toc" "lof" "lot")))
+                   '("toc" "lof" "lot"))
+      "Column")
 
     '("flushpage" 0))
 

Reply via email to