diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-09-12 19:28:41 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-09-12 19:28:41 +0300 |
commit | b215b3a2f389d6759569bc3dccbbb2503998f06c (patch) | |
tree | cb040aedafa13106aac269835ee9564c2498e5a3 | |
parent | b3fd6831dc38c1e1fedc4c9fbf344662384fa10a (diff) | |
download | emacs-b215b3a2f389d6759569bc3dccbbb2503998f06c.tar.gz |
Fix minor typos in the Emacs manual
* doc/emacs/text.texi (Org Organizer):
* doc/emacs/ack.texi (Acknowledgments): Fix spelling of Org nodes.
-rw-r--r-- | doc/emacs/ack.texi | 2 | ||||
-rw-r--r-- | doc/emacs/text.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 8f592ec87a5..733106b740c 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi @@ -285,7 +285,7 @@ Borgman, Baoqiu Cui, Dan Davison, Christian Egli, Eric S. Fraga, Daniel German, Jackson, Martyn Jago, Thorsten Jolitz, Jambunathan K, Tokuya Kameshima, Sergey Litvinov, David Maus, Ross Patterson, Juan Pechiar, Sebastian Rose, Eric Schulte, Paul Sexton, Ulf Stegemann, Andy Stewart, Christopher Suckling, David O'Toole, John Wiegley, Zhang Weize, Piotr ZieliĆski, and others also wrote various Org mode components. -For more information, @pxref{History and Acknowledgments,,, org, The Org Manual}. +For more information, @pxref{History and acknowledgments,,, org, The Org Manual}. @item Scott Draves wrote @file{tq.el}, help functions for maintaining diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index ab401c73362..3b54aa82631 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1429,7 +1429,7 @@ org-agenda}. This command prompts for what you want to see: a list of things to do this week, a list of TODO items with specific keywords, etc. @ifnottex -@xref{Agenda Views,,,org, The Org Manual}, for details. +@xref{Agenda views,,,org, The Org Manual}, for details. @end ifnottex @node Org Authoring |