org.el: insert missing quote
This commit is contained in:
parent
f05216987d
commit
ce41c076c0
|
@ -12270,7 +12270,7 @@ variable `org-mtags-prefer-muse-templates'."
|
||||||
(string :tag "Key")
|
(string :tag "Key")
|
||||||
(string :tag "Template")))
|
(string :tag "Template")))
|
||||||
:version 24.4
|
:version 24.4
|
||||||
:package-version ("Org" . "8.3"))
|
:package-version '("Org" . "8.3"))
|
||||||
|
|
||||||
(defun org-try-structure-completion ()
|
(defun org-try-structure-completion ()
|
||||||
"Try to complete a structure template before point.
|
"Try to complete a structure template before point.
|
||||||
|
|
Loading…
Reference in New Issue