diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-02 09:37:50 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-02 09:37:50 +0000 |
commit | 0a29fbf3ee4cc7cb50ef1603cc7a4c3958a37400 (patch) | |
tree | 4e2b024ef464cd26a47dad29ebac4eb8175bf583 /doc | |
parent | 83bd460a6dd99aed6977b591f2036661f5b42100 (diff) | |
download | emacs-0a29fbf3ee4cc7cb50ef1603cc7a4c3958a37400.tar.gz |
(Moving subtrees): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/org.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index bc24cccaa6a..965815ddb5b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-02 Juanma Barranquero <lekktu@gmail.com> + + * org.texi (Moving subtrees): Fix typo. + 2008-04-28 Michael Albinus <michael.albinus@gmx.de> * tramp.texi (Frequently Asked Questions): Explain, how to disable diff --git a/doc/misc/org.texi b/doc/misc/org.texi index df151cd8e4f..84ce1964705 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -1003,7 +1003,7 @@ different tree in the current file, or to a different file, the archive file. @table @kbd @kindex C-c C-x A @item C-c C-x A -Move the curent entry to the @emph{Attic Sibling}. This is a sibling of the +Move the current entry to the @emph{Attic Sibling}. This is a sibling of the entry with the heading @samp{Attic} and the tag @samp{ARCHIVE} (@pxref{ARCHIVE tag}). The entry becomes a child of that sibling and in this way retains a lot of its original context, including inherited tags and |