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.
This commit is contained in:
Bastien Guerry 2014-05-24 12:19:01 +02:00
parent dd179e81f3
commit 5421814156
1 changed files with 7 additions and 14 deletions

View File

@ -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 direct children of the subtree. With a numeric prefix argument N,
expose all children down to level N@. expose all children down to level N@.
@orgcmd{C-c C-x b,org-tree-to-indirect-buffer} @orgcmd{C-c C-x b,org-tree-to-indirect-buffer}
Show the current subtree in an indirect buffer@footnote{The indirect Show the current subtree in an indirect buffer@footnote{The indirect buffer
buffer (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual}) will contain the entire
@ifinfo buffer, but will be narrowed to the current tree. Editing the indirect
(@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual}) buffer will also change the original buffer, but without affecting visibility
@end ifinfo in that buffer.}. With a numeric prefix argument N, go up to level N and
@ifnotinfo then take that tree. If N is negative then go up that many levels. With a
(see the Emacs manual for more information about indirect buffers) @kbd{C-u} prefix, do not remove the previously used indirect buffer.
@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.
@orgcmd{C-c C-x v,org-copy-visible} @orgcmd{C-c C-x v,org-copy-visible}
Copy the @i{visible} text in the region into the kill ring. Copy the @i{visible} text in the region into the kill ring.
@end table @end table