aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-07 00:21:03 +0000
committerJuanma Barranquero2007-06-07 00:21:03 +0000
commit7316fa394ccb38398f8cd4158fdfd491d5235647 (patch)
treee6167fa2ec5c2e4fa1a170285e0be6986bf34f7b
parent7edcc55464da9aa19e55a6cbd6b06c36eb102ed1 (diff)
downloademacs-7316fa394ccb38398f8cd4158fdfd491d5235647.tar.gz
emacs-7316fa394ccb38398f8cd4158fdfd491d5235647.zip
(org-export-ascii-bullets, org-batch-agenda, org-batch-agenda-csv):
Fix typos in docstrings.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/textmodes/org.el6
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0bcec517918..d4350ba813d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12007-06-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/ebrowse.el (ebrowse-member-table):
4 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
5 (org-batch-agenda-csv): Fix typos in docstrings.
6
12007-06-06 Juanma Barranquero <lekktu@gmail.com> 72007-06-06 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * pgg.el (pgg-sign-region, pgg-sign): 9 * 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, ..."
2682 2682
2683(defcustom org-export-ascii-bullets '(?* ?+ ?-) 2683(defcustom org-export-ascii-bullets '(?* ?+ ?-)
2684 "Bullet characters for headlines converted to lists in ASCII export. 2684 "Bullet characters for headlines converted to lists in ASCII export.
2685The first character is is used for the first lest level generated in this 2685The first character is used for the first lest level generated in this
2686way, and so on. If there are more levels than characters given here, 2686way, and so on. If there are more levels than characters given here,
2687the list will be repeated. 2687the list will be repeated.
2688Note that plain lists will keep the same bullets as the have in the 2688Note 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)
14477 "Run an agenda command in batch mode and send the result to STDOUT. 14477 "Run an agenda command in batch mode and send the result to STDOUT.
14478If CMD-KEY is a string of length 1, it is used as a key in 14478If CMD-KEY is a string of length 1, it is used as a key in
14479`org-agenda-custom-commands' and triggers this command. If it is a 14479`org-agenda-custom-commands' and triggers this command. If it is a
14480longer string is is used as a tags/todo match string. 14480longer string it is used as a tags/todo match string.
14481Paramters are alternating variable names and values that will be bound 14481Paramters are alternating variable names and values that will be bound
14482before running the agenda command." 14482before running the agenda command."
14483 (let (pars) 14483 (let (pars)
@@ -14503,7 +14503,7 @@ before running the agenda command."
14503 "Run an agenda command in batch mode and send the result to STDOUT. 14503 "Run an agenda command in batch mode and send the result to STDOUT.
14504If CMD-KEY is a string of length 1, it is used as a key in 14504If CMD-KEY is a string of length 1, it is used as a key in
14505`org-agenda-custom-commands' and triggers this command. If it is a 14505`org-agenda-custom-commands' and triggers this command. If it is a
14506longer string is is used as a tags/todo match string. 14506longer string it is used as a tags/todo match string.
14507Paramters are alternating variable names and values that will be bound 14507Paramters are alternating variable names and values that will be bound
14508before running the agenda command. 14508before running the agenda command.
14509 14509