org-cycle-hide-block-startup: Fix docstring

* lisp/org-cycle.el (org-cycle-hide-block-startup): #+STARTUP:
showblocks does not work, according to `org-startup-options'.  Users
need to use nohideblocks instead.
This commit is contained in:
Ihor Radchenko 2022-05-27 15:07:08 +08:00
parent 292116b627
commit 5e0afb669b
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ than its value."
This can also be set in on a per-file basis with
#+STARTUP: hideblocks
#+STARTUP: showblocks"
#+STARTUP: nohideblocks"
:group 'org-startup
:group 'org-cycle
:type 'boolean)