I just noticed also that the name has been changed to
org-cycle-force-archived and that the key index reference was incorrect.
I've attached an additional patch to fix these in the manual.

Best,

Matt

>From 8412f476e98c3271fac88a170e26ad033501c3d6 Mon Sep 17 00:00:00 2001
From: Matt Lundin <m...@imapmail.org>
Date: Sun, 22 May 2022 15:13:09 -0500
Subject: [PATCH 2/2] manual: Fix function name and key index reference

* doc/org-manual.org: Change name to `org-cycle-force-archived` to
avoid obsolete name and fix key index reference.
---
 doc/org-manual.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 686412d84..2f5f48120 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -7421,9 +7421,9 @@ The following commands help manage the =ARCHIVE= tag:
   child.  If point is /not/ on a headline when this command is
   invoked, check the level 1 trees.
 
-- {{{kbd(C-c C-TAB)}}} (~org-force-cycle-archived~) ::
+- {{{kbd(C-c C-TAB)}}} (~org-cycle-force-archived~) ::
 
-  #+kindex: C-TAB
+  #+kindex: C-c C-TAB
   Cycle a tree even if it is tagged with =ARCHIVE=.
 
 - {{{kbd(C-c C-x A)}}} (~org-archive-to-archive-sibling~) ::
-- 
2.36.1

Reply via email to