diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 383784a24f6..81854f8b225 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-02-09 Jay Belanger + + * text.texi (Org Mode): Fix typo. + 2012-02-08 Glenn Morris * ack.texi (Acknowledgments): Update emacs-lock info. diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index b4310d6372f..027138811ca 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1302,7 +1302,7 @@ lines but no body lines, and (iii) showing everything. body lines and subtree (if any), by typing @kbd{M-} (@code{org-metaup}) or @kbd{M-} (@code{org-metadown}) on the heading line. Similarly, you can promote or demote a heading line -with @kbd{M-} (@code{org-metaleft}) and @kbd{M-} +with @kbd{M-} (@code{org-metaleft}) and @kbd{M-} (@code{org-metaright}). These commands execute their global bindings if invoked on a body line.