summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-11-23 08:27:31 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2008-11-23 08:27:31 +0100
commited2311923a5162f79b161635409bfaa2da57512d (patch)
treed665af3e450c507e1d4b56a3c5aee651f8aa2128
parentdaa89d21fd71493aad88e0e6e5f824edf4b53769 (diff)
downloadorg-mode-ed2311923a5162f79b161635409bfaa2da57512d.tar.gz
More typos, dammit.
-rw-r--r--.gitignore1
-rw-r--r--ORGWEBPAGE/Changes.org6
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 26f6255..3e9087d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ org-*.tar.gz
org-*.zip
manual
org_dual_license.texi
+ORGWEBPAGE/Changes.txt
# aspell word and replacement lists
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index 7d6cc5b..de682cc 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -62,7 +62,7 @@
You can now get the completion interface from /ido.el/ for
many of Org's internal completion commands by turning on the
- variable =org-completion-use-ido=. =ido=mode= must also be
+ variable =org-completion-use-ido=. =ido-mode= must also be
active before you can use this.
This change is based upon a request by Samuel Wales.
@@ -112,7 +112,7 @@
*** New contributed file /org-eval-light.el/
- This module gives contrib over execution Emacs Lisp code
+ This module gives control over execution Emacs Lisp code
blocks included in a file.
Thanks to Eric Schulte also for this file.
@@ -143,7 +143,7 @@
*** =yank-pop= works again after yanking an outline tree
- Samuel Wales had noticed that org-yank did mess up this
+ Samuel Wales had noticed that =org-yank= did mess up this
functionality. Now you can use =yank-pop= again, the only
restriction is that the so-yanked text will not be
pro/demoted or folded.