aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-23 01:38:34 +0200
committerJuanma Barranquero2010-10-23 01:38:34 +0200
commit88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch)
treeeba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp
parentcd5ad71278628d0b71ba13032def9fe5b17ada14 (diff)
downloademacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.tar.gz
emacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.zip
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 4485c992b3a..a09514c658b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-10-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4 Fix typo in docstring.
5
12010-10-21 Michael Albinus <michael.albinus@gmx.de> 62010-10-21 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of 8 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 270fe8d6aeb..c242095fb07 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -12997,8 +12997,8 @@
12997 12997
129982006-02-13 Mathias Dahl <mathias.dahl@gmail.com> 129982006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12999 12999
13000 * tumme.el: Remove history section. If someone needs the it, it 13000 * tumme.el: Remove history section. If someone needs it, it can
13001 can always be found in CVS. 13001 always be found in CVS.
13002 13002
130032006-02-12 Mathias Dahl <mathias.dahl@gmail.com> 130032006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13004 13004
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index a6112f97825..5f1a501af37 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -1034,8 +1034,8 @@
10342001-09-18 Eli Zaretskii <eliz@is.elta.co.il> 10342001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1035 1035
1036 * dired.el (dired-move-to-filename-regexp): Allow one digit in the 1036 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1037 numeric month value, and allow the Kanji character after the it to 1037 numeric month value, and allow the Kanji character after it to be
1038 be missing (happens with ls-lisp's output on Japanese versions of 1038 missing (happens with ls-lisp's output on Japanese versions of
1039 MS-Windows). 1039 MS-Windows).
1040 1040
10412001-09-18 Miles Bader <miles@gnu.org> 10412001-09-18 Miles Bader <miles@gnu.org>
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index cdfc53c979c..78bc7d4acdc 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -3828,8 +3828,7 @@
3828 that Gnus will render it as html if the user wants that. 3828 that Gnus will render it as html if the user wants that.
3829 3829
3830 Implemented the ability to save nnrss-group-alist so that any new 3830 Implemented the ability to save nnrss-group-alist so that any new
3831 feeds the you subscribe to will be found the next time you start 3831 feeds you subscribe to will be found the next time you start up.
3832 up.
3833 3832
3834 Implemented support for RSS 2.0 elements (author, pubDate). 3833 Implemented support for RSS 2.0 elements (author, pubDate).
3835 3834
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 05da19ee0a4..96e00f4ddf3 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
12010-10-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-exp.el (org-export-visible): Fix typo in docstring.
4
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 52010-10-12 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * org-agenda.el (org-prefix-category-length) 7 * org-agenda.el (org-prefix-category-length)
@@ -5191,7 +5195,7 @@
5191 5195
51922008-10-26 James TD Smith <ahktenzero@mohorovi.cc> 51962008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
5193 5197
5194 * org.el (org-add-log-setup): Only skip drawers if the are 5198 * org.el (org-add-log-setup): Only skip drawers if they are
5195 immediately after the scheduling keywords. 5199 immediately after the scheduling keywords.
5196 5200
5197 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a 5201 * 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 f87fd785d96..cf1b5a49da4 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."
2540The copy is created in a temporary buffer and removed after use. 2540The copy is created in a temporary buffer and removed after use.
2541TYPE is the final key (as a string) that also select the export command in 2541TYPE is the final key (as a string) that also select the export command in
2542the `C-c C-e' export dispatcher. 2542the `C-c C-e' export dispatcher.
2543As a special case, if the you type SPC at the prompt, the temporary 2543
2544org-mode file will not be removed but presented to you so that you can 2544As a special case, if you type SPC at the prompt, the temporary org-mode
2545continue to use it. The prefix arg ARG is passed through to the exporting 2545file will not be removed but presented to you so that you can continue to
2546command." 2546use it. The prefix arg ARG is passed through to the exporting command."
2547 (interactive 2547 (interactive
2548 (list (progn 2548 (list (progn
2549 (message "Export visible: [a]SCII [h]tml [b]rowse HTML [H/R]uffer with HTML [D]ocBook [x]OXO [ ]keep buffer") 2549 (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 04a04184ed2..c3a68c3be99 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
409is defined as dcl-electric-character. 409is defined as dcl-electric-character.
410 410
411E.g.: if this list contains `endif', the key `f' is defined as 411E.g.: if this list contains `endif', the key `f' is defined as
412dcl-electric-character and the you have just typed the `f' in 412dcl-electric-character and you have just typed the `f' in
413`endif', the line will be reindented." 413`endif', the line will be reindented."
414 :type '(repeat regexp) 414 :type '(repeat regexp)
415 :group 'dcl) 415 :group 'dcl)
diff --git a/lisp/woman.el b/lisp/woman.el
index eb21f01e564..63c61016b52 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1507,7 +1507,7 @@ Also make each path-info component into a list.
1507 ;; (topic) 1507 ;; (topic)
1508 ;; (topic (path-index) (path-index) ... ) 1508 ;; (topic (path-index) (path-index) ... )
1509 ;; (topic (path-index filename) (path-index filename) ... ) 1509 ;; (topic (path-index filename) (path-index filename) ... )
1510 ;; where the are no duplicates in the value lists. 1510 ;; where there are no duplicates in the value lists.
1511 ;; Topic must match first `word' of filename, so ... 1511 ;; Topic must match first `word' of filename, so ...
1512 (let ((topic-regexp 1512 (let ((topic-regexp
1513 (concat 1513 (concat