0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 14:32:52 +00:00

Fix keywords in defcustom

* lisp/org.el (org-show-context-detail): Fix keywords according to
  commit c112f40.
This commit is contained in:
Nicolas Goaziou 2016-05-01 01:32:16 +02:00
parent 590cb1227a
commit 36dbdb9465

View file

@ -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)