Browse Source

Fix keywords in defcustom

* lisp/org.el (org-show-context-detail): Fix keywords according to
  commit c112f40.
Nicolas Goaziou 8 years ago
parent
commit
36dbdb9465
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -1202,8 +1202,8 @@ make it harder to edit the location of the match.  In such
 a case, use the command `org-reveal' (\\[org-reveal]) to show
 more context."
   :group 'org-reveal-location
-  :version "25.1"
-  :package-version '(Org . "8.3")
+  :version "25.2"
+  :package-version '(Org . "9.0")
   :type '(choice
 	  (const :tag "Canonical" t)
 	  (const :tag "Minimal" nil)