aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
committerPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
commitc5e87d104b7342f35459c7513d6b4cefea1e968e (patch)
treeb1e452497894607b5199474897953bf739552904 /lisp/org
parentdf85d31593aab41321a8bac130e1f9c5b678e9d7 (diff)
Spelling fixes.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog4
-rw-r--r--lisp/org/org-beamer.el2
-rw-r--r--lisp/org/org-bibtex.el2
-rw-r--r--lisp/org/org-list.el2
-rw-r--r--lisp/org/org-remember.el2
-rw-r--r--lisp/org/org.el2
6 files changed, 7 insertions, 7 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index bcc708ae6e..b946d147e5 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -8074,7 +8074,7 @@
2010-11-11 Nicolas Goaziou <[email protected]>
* org-list.el (org-insert-item-internal): Guessing of blank lines
- number is made by looking at neighbours items, if any.
+ number is made by looking at neighboring items, if any.
2010-11-11 Nicolas Goaziou <[email protected]>
@@ -15571,7 +15571,7 @@
* org.el (org-agenda-tags-todo-honor-ignore-options):
Declare variable.
- * org-table.el (org-table-insert-hline): Fix typo in fuction call
+ * org-table.el (org-table-insert-hline): Fix typo in function call
to `backward-char'.
* org-exp.el (org-export-as-html): Remove the initial space from
diff --git a/lisp/org/org-beamer.el b/lisp/org/org-beamer.el
index 9f40c5bd9d..d5f9beea33 100644
--- a/lisp/org/org-beamer.el
+++ b/lisp/org/org-beamer.el
@@ -411,7 +411,7 @@ the value will be inserted right after the documentclass statement."
;; Functions to initialize and post-process
-;; These fuctions will be hooked into various places in the export process
+;; These functions will be hooked into various places in the export process
(defun org-beamer-initialize-open-trackers ()
"Reset variables that track if certain environments are open during export."
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el
index bd2b168f2b..138d99a36d 100644
--- a/lisp/org/org-bibtex.el
+++ b/lisp/org/org-bibtex.el
@@ -221,7 +221,7 @@
(defcustom org-bibtex-prefix nil
"Optional prefix for all bibtex property names.
-For example setting to 'BIB_' would allow interoperability with fireforg."
+For example setting to 'BIB_' would allow interoperability with Fireforg."
:group 'org-bibtex
:type 'string)
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el
index 1a14c71d51..9184f0c3d5 100644
--- a/lisp/org/org-list.el
+++ b/lisp/org/org-list.el
@@ -1177,7 +1177,7 @@ some heuristics to guess the result."
;; When `org-blank-before-new-entry' says so, it is 1.
((eq insert-blank-p t) 1)
;; `plain-list-item' is 'auto. Count blank lines separating
- ;; neighbours items in list.
+ ;; neighboring items in list.
(t (let ((next-p (org-list-get-next-item item struct prevs)))
(cond
;; Is there a next item?
diff --git a/lisp/org/org-remember.el b/lisp/org/org-remember.el
index e15debfd90..8819f416f1 100644
--- a/lisp/org/org-remember.el
+++ b/lisp/org/org-remember.el
@@ -63,7 +63,7 @@ and `org-remember-default-headline'. To force prompting anyway, use
\\[universal-argument] \\[org-remember-finalize] to file the note.
When this variable is nil, \\[org-remember-finalize] gives you the prompts, and
-\\[universal-argument] \\[org-remember-finalize] triggers the fasttrack."
+\\[universal-argument] \\[org-remember-finalize] triggers the fast track."
:group 'org-remember
:type 'boolean)
diff --git a/lisp/org/org.el b/lisp/org/org.el
index f88ed3c7eb..25bfb8a78e 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1480,7 +1480,7 @@ When nil, the link search tries to match a phrase with all words
in the search text."
:group 'org-link-follow
:type '(choice
- (const :tag "Use fuzy text search" nil)
+ (const :tag "Use fuzzy text search" nil)
(const :tag "Match only exact headline" t)
(const :tag "Match exact headline or query to create it"
query-to-create)))