summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-23 18:39:20 +0200
committerBastien Guerry <bzg@altern.org>2012-10-23 18:39:20 +0200
commit95ca977411114a285badac03c14e9884fd2d2d53 (patch)
treecdabbab3b633a16a7a36255e45a7852d9f9534b8
parent93040f46714f4b94ebbbd0ff8c3ccf58ae3437c5 (diff)
downloadorg-mode-95ca977411114a285badac03c14e9884fd2d2d53.tar.gz
Fix typos fixed in Emacs (part 1)
Thanks to Paul Eggert for the fixes: http://lists.gnu.org/archive/html/emacs-diffs/2012-10/msg00069.html
-rw-r--r--etc/ORG-NEWS12
-rw-r--r--lisp/org-element.el2
-rw-r--r--lisp/org-faces.el2
-rw-r--r--lisp/org-remember.el2
4 files changed, 9 insertions, 9 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 35aab7a..c685194 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -65,12 +65,12 @@ See http://orgmode.org/elpa/
*** Org Element
- =org-element.el= is a toolbox for parsing and analysing "elements"
+ =org-element.el= is a toolbox for parsing and analyzing "elements"
in an Org-mode buffer. This has been written by Nicolas Goaziou
and has been tested for quite some time. It is now part of Org's
core and many core functions rely on this package.
- Two functions might be particularily handy for users:
+ Two functions might be particularly handy for users:
=org-element-at-point= and =org-element-context=.
See the docstrings for more details.
@@ -539,7 +539,7 @@ supported.
**** =:results org= now put results in a =#+BEGIN_SRC org= block
=:results org= used to put results in a =#+BEGIN_ORG= block but it now puts
-results in a =#+BEGIN_SRC org= block, wich comma-escaped lines.
+results in a =#+BEGIN_SRC org= block, with comma-escaped lines.
=#+BEGIN_ORG= blocks are obsolete.
@@ -552,7 +552,7 @@ It used to exports the results of the code.
**** New menu entry for [[doc::org-refile][org-refile]]
**** Allow capturing to encrypted entries
-If you capture to an encrypted entry, it will be decrpyted before
+If you capture to an encrypted entry, it will be decrypted before
inserting the template then re-encrypted after finalizing the capture.
**** Inactive timestamps are now handled in tables
@@ -932,7 +932,7 @@ that Calc formulas can operate on them.
**** org-gnus.el now allows link creation from messages
- You can now create links from messages. This is particularily
+ You can now create links from messages. This is particularly
useful when the user wants to stored messages that he sends, for
later check. Thanks to Ulf Stegemann for the patch.
@@ -1115,7 +1115,7 @@ that Calc formulas can operate on them.
*** Completion
-**** In-buffer completion is now done using John Wiegleys pcomplete.el
+**** In-buffer completion is now done using John Wiegley's pcomplete.el
Thanks to John Wiegley for much of this code.
diff --git a/lisp/org-element.el b/lisp/org-element.el
index b19fc3c..5da2dec 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -3980,7 +3980,7 @@ Return Org syntax as a string."
(and (eq type 'paragraph)
(equal data (car (org-element-contents parent)))
(memq (org-element-type parent)
- '(footnote-definiton item))))))
+ '(footnote-definition item))))))
"")))
(funcall (intern (format "org-element-%s-interpreter" type))
data
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index cfa4c1c..51aead1 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -293,7 +293,7 @@ column view defines special faces for each outline level. See the file
(((class color) (min-colors 8) (background dark)) (:foreground "red" :inverse-video t))
(t (:inverse-video t))))
"Face for highlighting the calendar day when using `org-read-date'.
-Using a bold face here might cause discrepencies while displaying the
+Using a bold face here might cause discrepancies while displaying the
calendar."
:group 'org-faces)
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 1de7d1c..d555ca6 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -64,7 +64,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)