From: Juanma Barranquero Date: Thu, 7 Jun 2007 00:21:03 +0000 (+0000) Subject: (org-export-ascii-bullets, org-batch-agenda, org-batch-agenda-csv): X-Git-Tag: emacs-pretest-23.0.90~12451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7316fa394ccb38398f8cd4158fdfd491d5235647;p=emacs.git (org-export-ascii-bullets, org-batch-agenda, org-batch-agenda-csv): Fix typos in docstrings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0bcec517918..d4350ba813d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-06-07 Juanma Barranquero + + * progmodes/ebrowse.el (ebrowse-member-table): + * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda) + (org-batch-agenda-csv): Fix typos in docstrings. + 2007-06-06 Juanma Barranquero * pgg.el (pgg-sign-region, pgg-sign): diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 9a6ab7f6ea4..03b42addcdc 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -2682,7 +2682,7 @@ In the given sequence, these characters will be used for level 1, 2, ..." (defcustom org-export-ascii-bullets '(?* ?+ ?-) "Bullet characters for headlines converted to lists in ASCII export. -The first character is is used for the first lest level generated in this +The first character is used for the first lest level generated in this way, and so on. If there are more levels than characters given here, the list will be repeated. Note that plain lists will keep the same bullets as the have in the @@ -14477,7 +14477,7 @@ L Timeline for current buffer # List stuck projects (!=configure) "Run an agenda command in batch mode and send the result to STDOUT. If CMD-KEY is a string of length 1, it is used as a key in `org-agenda-custom-commands' and triggers this command. If it is a -longer string is is used as a tags/todo match string. +longer string it is used as a tags/todo match string. Paramters are alternating variable names and values that will be bound before running the agenda command." (let (pars) @@ -14503,7 +14503,7 @@ before running the agenda command." "Run an agenda command in batch mode and send the result to STDOUT. If CMD-KEY is a string of length 1, it is used as a key in `org-agenda-custom-commands' and triggers this command. If it is a -longer string is is used as a tags/todo match string. +longer string it is used as a tags/todo match string. Paramters are alternating variable names and values that will be bound before running the agenda command.