aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-11-16 13:34:47 +0100
committerJuanma Barranquero <[email protected]>2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/org
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
Fix typos.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog10
-rw-r--r--lisp/org/org-agenda.el2
-rw-r--r--lisp/org/org-bibtex.el2
-rw-r--r--lisp/org/org-list.el2
4 files changed, 11 insertions, 5 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 9d7b7c658c..1f1c3abfdc 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-16 Juanma Barranquero <[email protected]>
+
+ * org-agenda.el (org-create-marker-find-array):
+ * org-bibtex.el (org-bibtex-fields):
+ * org-list.el (org-list-insert-item): Fix typos.
+
2011-11-11 Juanma Barranquero <[email protected]>
* org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
@@ -3499,7 +3505,7 @@
* org.el (org-set-autofill-regexps): Use `org-item-re' in
`paragraph-start' to recognize alphabetical lists.
(org-fill-paragraph): Enforce a pre-computed fill-prefix before
- calling `fill-paragraph' when point in in an item. Also prevent
+ calling `fill-paragraph' when point is in an item. Also prevent
paragraphs getting merged into an adjacent list upon filling.
(org-adaptive-fill-function): Make sure to determine real
fill-prefix for auto-fill.
@@ -11440,7 +11446,7 @@
package.
* org-latex.el (org-export-latex-tables): Only add a caption when
- macro in in longtable environments if one has been defined.
+ macro is in longtable environments if one has been defined.
* org-html.el (org-export-as-html): Only take title from buffer if
not exporting body-only.
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 1d0802dcda..6ba62544f4 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -2972,7 +2972,7 @@ removed from the entry content. Currently only `planning' is allowed here."
(nreverse markers)))
(defun org-create-marker-find-array (marker-list)
- "Create a alist of files names with all marker positions in that file."
+ "Create an alist of files names with all marker positions in that file."
(let (f tbl m a p)
(while (setq m (pop marker-list))
(setq p (marker-position m)
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el
index 5c9b37b234..bd2b168f2b 100644
--- a/lisp/org/org-bibtex.el
+++ b/lisp/org/org-bibtex.el
@@ -204,7 +204,7 @@
(:pages . "One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form simple range). BibTEX requires double dashes for page ranges (--).")
(:publisher . "The publisher’s name.")
(:school . "The name of the school where a thesis was written.")
- (:series . "The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
+ (:series . "The name of a series or set of books. When citing an entire book, the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
(:title . "The work’s title, typed as explained in the LaTeX book.")
(:type . "The type of a technical report for example, 'Research Note'.")
(:volume . "The volume of a journal or multi-volume book.")
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el
index 2fe512329c..14b3e12c88 100644
--- a/lisp/org/org-list.el
+++ b/lisp/org/org-list.el
@@ -1207,7 +1207,7 @@ some heuristics to guess the result."
If POS is before first character after bullet of the item, the
new item will be created before the current one.
-STRUCT is the list structure. PREVS is the the alist of previous
+STRUCT is the list structure. PREVS is the alist of previous
items, as returned by `org-list-prevs-alist'.
Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET