aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-10-23 01:38:34 +0200
committerJuanma Barranquero <[email protected]>2010-10-23 01:38:34 +0200
commit88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch)
treeeba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp
parentcd5ad71278628d0b71ba13032def9fe5b17ada14 (diff)
Fix typos.
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos. * lisp/org/org-exp.el (org-export-visible): * lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps): Fix typos in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ChangeLog.124
-rw-r--r--lisp/ChangeLog.94
-rw-r--r--lisp/gnus/ChangeLog.23
-rw-r--r--lisp/org/ChangeLog6
-rw-r--r--lisp/org/org-exp.el8
-rw-r--r--lisp/progmodes/dcl-mode.el2
-rw-r--r--lisp/woman.el2
8 files changed, 21 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4485c992b3..a09514c658 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-22 Juanma Barranquero <[email protected]>
+
+ * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
+ Fix typo in docstring.
+
2010-10-21 Michael Albinus <[email protected]>
* net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 270fe8d6ae..c242095fb0 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -12997,8 +12997,8 @@
2006-02-13 Mathias Dahl <[email protected]>
- * tumme.el: Remove history section. If someone needs the it, it
- can always be found in CVS.
+ * tumme.el: Remove history section. If someone needs it, it can
+ always be found in CVS.
2006-02-12 Mathias Dahl <[email protected]>
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index a6112f9782..5f1a501af3 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -1034,8 +1034,8 @@
2001-09-18 Eli Zaretskii <[email protected]>
* dired.el (dired-move-to-filename-regexp): Allow one digit in the
- numeric month value, and allow the Kanji character after the it to
- be missing (happens with ls-lisp's output on Japanese versions of
+ numeric month value, and allow the Kanji character after it to be
+ missing (happens with ls-lisp's output on Japanese versions of
MS-Windows).
2001-09-18 Miles Bader <[email protected]>
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index cdfc53c979..78bc7d4acd 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -3828,8 +3828,7 @@
that Gnus will render it as html if the user wants that.
Implemented the ability to save nnrss-group-alist so that any new
- feeds the you subscribe to will be found the next time you start
- up.
+ feeds you subscribe to will be found the next time you start up.
Implemented support for RSS 2.0 elements (author, pubDate).
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 05da19ee0a..96e00f4ddf 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-22 Juanma Barranquero <[email protected]>
+
+ * org-exp.el (org-export-visible): Fix typo in docstring.
+
2010-10-12 Juanma Barranquero <[email protected]>
* org-agenda.el (org-prefix-category-length)
@@ -5191,7 +5195,7 @@
2008-10-26 James TD Smith <[email protected]>
- * org.el (org-add-log-setup): Only skip drawers if the are
+ * org.el (org-add-log-setup): Only skip drawers if they are
immediately after the scheduling keywords.
* org-clock.el (org-clock-in-switch-to-state): Allow this to be a
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index f87fd785d9..cf1b5a49da 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -2540,10 +2540,10 @@ INDENT was the original indentation of the block."
The copy is created in a temporary buffer and removed after use.
TYPE is the final key (as a string) that also select the export command in
the `C-c C-e' export dispatcher.
-As a special case, if the you type SPC at the prompt, the temporary
-org-mode file will not be removed but presented to you so that you can
-continue to use it. The prefix arg ARG is passed through to the exporting
-command."
+
+As a special case, if you type SPC at the prompt, the temporary org-mode
+file will not be removed but presented to you so that you can continue to
+use it. The prefix arg ARG is passed through to the exporting command."
(interactive
(list (progn
(message "Export visible: [a]SCII [h]tml [b]rowse HTML [H/R]uffer with HTML [D]ocBook [x]OXO [ ]keep buffer")
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el
index 04a04184ed..c3a68c3be9 100644
--- a/lisp/progmodes/dcl-mode.el
+++ b/lisp/progmodes/dcl-mode.el
@@ -409,7 +409,7 @@ A list of regexps that will trigger a reindent if the last letter
is defined as dcl-electric-character.
E.g.: if this list contains `endif', the key `f' is defined as
-dcl-electric-character and the you have just typed the `f' in
+dcl-electric-character and you have just typed the `f' in
`endif', the line will be reindented."
:type '(repeat regexp)
:group 'dcl)
diff --git a/lisp/woman.el b/lisp/woman.el
index eb21f01e56..63c61016b5 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1507,7 +1507,7 @@ Also make each path-info component into a list.
;; (topic)
;; (topic (path-index) (path-index) ... )
;; (topic (path-index filename) (path-index filename) ... )
- ;; where the are no duplicates in the value lists.
+ ;; where there are no duplicates in the value lists.
;; Topic must match first `word' of filename, so ...
(let ((topic-regexp
(concat