[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals-release/org 3428b522fb 1/4: doc/org-manual.org: Update
From: |
ELPA Syncer |
Subject: |
[elpa] externals-release/org 3428b522fb 1/4: doc/org-manual.org: Update a deprecated function |
Date: |
Sun, 15 Sep 2024 09:58:45 -0400 (EDT) |
branch: externals-release/org
commit 3428b522fb83c793d0915d63a30601eb993e2b30
Author: Rudolf Adamkovic <rudolf@adamkovic.org>
Commit: Ihor Radchenko <yantar92@posteo.net>
doc/org-manual.org: Update a deprecated function
* doc/org-manual.org (Global and local cycling):
(Initial visibility): Replace `org-set-startup-visibility' with
`org-cycle-set-startup-visibility' as per "This function is obsolete
since 9.6; use ‘org-cycle-set-startup-visibility’ instead."
---
doc/org-manual.org | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index aecc4b304b..55597a305a 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -604,11 +604,11 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
the very beginning of the buffer, but not on a headline, and
~org-cycle-global-at-bob~ is set to a non-~nil~ value.
-- {{{kbd(C-u C-u TAB)}}} (~org-set-startup-visibility~) ::
+- {{{kbd(C-u C-u TAB)}}} (~org-cycle-set-startup-visibility~) ::
#+cindex: startup visibility
#+kindex: C-u C-u TAB
- #+findex: org-set-startup-visibility
+ #+findex: org-cycle-set-startup-visibility
Switch back to the startup visibility of the buffer (see [[*Initial
visibility]]).
@@ -695,10 +695,10 @@ Furthermore, any entries with a =VISIBILITY= property
(see [[*Properties
and Columns]]) get their visibility adapted accordingly. Allowed values
for this property are =folded=, =children=, =content=, and =all=.
-- {{{kbd(C-u C-u TAB)}}} (~org-set-startup-visibility~) ::
+- {{{kbd(C-u C-u TAB)}}} (~org-cycle-set-startup-visibility~) ::
#+kindex: C-u C-u TAB
- #+findex: org-set-startup-visibility
+ #+findex: org-cycle-set-startup-visibility
Switch back to the startup visibility of the buffer, i.e., whatever
is requested by startup options and =VISIBILITY= properties in
individual entries.