aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/text.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * text.texi (Org Mode): Fix typo.
4
12012-02-08 Glenn Morris <rgm@gnu.org> 52012-02-08 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi (Acknowledgments): Update emacs-lock info. 7 * 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.
1302body lines and subtree (if any), by typing @kbd{M-<up>} 1302body lines and subtree (if any), by typing @kbd{M-<up>}
1303(@code{org-metaup}) or @kbd{M-<down>} (@code{org-metadown}) on the 1303(@code{org-metaup}) or @kbd{M-<down>} (@code{org-metadown}) on the
1304heading line. Similarly, you can promote or demote a heading line 1304heading line. Similarly, you can promote or demote a heading line
1305with @kbd{M-<left>} (@code{org-metaleft}) and @kbd{M-<left>} 1305with @kbd{M-<left>} (@code{org-metaleft}) and @kbd{M-<right>}
1306(@code{org-metaright}). These commands execute their global bindings 1306(@code{org-metaright}). These commands execute their global bindings
1307if invoked on a body line. 1307if invoked on a body line.
1308 1308