Przeglądaj źródła

Correct :package-version typo from 1027e0256

* lisp/org.el (org-cycle-hook): Fix recent typo in package-version
value.
Kyle Meyer 4 lat temu
rodzic
commit
86ec470bfc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -1547,7 +1547,7 @@ argument is a symbol.  After a global state change, it can have the values
 `overview', `contents', or `all'.  After a local state change, it can have
 the values `folded', `children', or `subtree'."
   :group 'org-cycle
-  :package-version '(Org . "8.4")
+  :package-version '(Org . "9.4")
   :type 'hook)
 
 (defgroup org-edit-structure nil