summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2017-07-03 08:35:25 +0200
committerBastien <bzg@gnu.org>2017-07-03 08:35:25 +0200
commit39906ee63d23da5a0c0a1c216c3cffaa41975ff6 (patch)
treeed995fa55b59cf6698a77ff33ccd3b948d2d390f
parentdd757f14f00bd106165fe900b011c7c1ea4e62ce (diff)
downloadorg-mode-39906ee63d23da5a0c0a1c216c3cffaa41975ff6.tar.gz
doc/org.texi (Global and local cycling): Add an online label
* doc/org.texi (Global and local cycling): Add an online label to a reference. Thanks to HyungSuk Ryu for reporting this.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 42dd4b0..176e7c2 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1299,7 +1299,7 @@ Expose all direct children of the subtree. With a numeric prefix argument N,
expose all children down to level N@.
@orgcmd{C-c C-x b,org-tree-to-indirect-buffer}
Show the current subtree in an indirect buffer@footnote{The indirect buffer
-(@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual}) will contain the entire
+(@pxref{Indirect Buffers,https://www.gnu.org/software/emacs/manual/html_node/emacs/Indirect-Buffers.html,,emacs,GNU Emacs Manual}) will contain the entire
buffer, but will be narrowed to the current tree. Editing the indirect
buffer will also change the original buffer, but without affecting visibility
in that buffer.}. With a numeric prefix argument N, go up to level N and