From: Jay Belanger Date: Thu, 9 Feb 2012 02:36:44 +0000 (-0600) Subject: Fix typo. X-Git-Tag: emacs-pretest-24.0.94~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ef1990cbe59bb07e6dd46b609bb6cd7768acbda;p=emacs.git Fix typo. --- 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.