summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-05-24 12:19:01 +0200
committerBastien Guerry <bzg@altern.org>2014-05-24 12:19:01 +0200
commit54218141569b0327ce5f4b3a1b00aa99a0a3635a (patch)
tree3e0432ad79621c3a3e48aae6f984c577f6919970
parentdd179e81f3ef265ae08e90d27bdca54add6880dc (diff)
downloadorg-mode-54218141569b0327ce5f4b3a1b00aa99a0a3635a.tar.gz
org.texi (Global and local cycling): Fix ref
* org.texi (Global and local cycling): Use only @pxref{}, as Texinfo will take care of referring to the correct Emacs manual HTML location.
-rw-r--r--doc/org.texi21
1 files changed, 7 insertions, 14 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 4d28558..71fce65 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1293,20 +1293,13 @@ Expose all the headings of the subtree, CONTENT view for just one subtree.
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
-@ifinfo
-(@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
-@end ifinfo
-@ifnotinfo
-(see the Emacs manual for more information about indirect buffers)
-@end ifnotinfo
-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 then take that tree. If N is
-negative then go up that many levels. With a @kbd{C-u} prefix, do not remove
-the previously used 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
+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
+then take that tree. If N is negative then go up that many levels. With a
+@kbd{C-u} prefix, do not remove the previously used indirect buffer.
@orgcmd{C-c C-x v,org-copy-visible}
Copy the @i{visible} text in the region into the kill ring.
@end table