Explorar o código

Merge branch 'bugfix'

Nicolas Goaziou %!s(int64=4) %!d(string=hai) anos
pai
achega
b5713f4f1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/oc.el

+ 1 - 1
lisp/oc.el

@@ -1598,7 +1598,7 @@ The generated function inserts or edit a citation at point.  More specifically,
                             (concat "/" style)
                           ""))
                     "")
-                  (mapconcat (lambda (k) (concat "@" k)) keys ";"))))))))
+                  (mapconcat (lambda (k) (concat "@" k)) keys "; "))))))))
 
 (defun org-cite-insert (arg)
   "Insert a citation at point.