aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2011-02-12 04:17:00 +0100
committerJuanma Barranquero2011-02-12 04:17:00 +0100
commitb762841f959188397404ed752f0f6ed9db5c93fb (patch)
treef0672ccfcac121700c912f63cf1655996d637a7e /lisp
parent4d46072b29fa32b9d5823135900f86a884c56e2f (diff)
downloademacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.gz
emacs-b762841f959188397404ed752f0f6ed9db5c93fb.zip
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog18
-rw-r--r--lisp/cedet/srecode/fields.el2
-rw-r--r--lisp/ediff-mult.el2
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/mh-e/ChangeLog.12
-rw-r--r--lisp/textmodes/reftex-index.el2
8 files changed, 16 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec28bbb1eaf..6f2b228eaf8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -376,7 +376,7 @@
376 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text. 376 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
377 (rmail-mime-insert-image): Argument changed. Caller changed. 377 (rmail-mime-insert-image): Argument changed. Caller changed.
378 (rmail-mime-image): Call rmail-mime-toggle-hidden. 378 (rmail-mime-image): Call rmail-mime-toggle-hidden.
379 (rmail-mime-set-bulk-data): New funciton. 379 (rmail-mime-set-bulk-data): New function.
380 (rmail-mime-insert-bulk): Argument changed. 380 (rmail-mime-insert-bulk): Argument changed.
381 (rmail-mime-multipart-handler): Return t. 381 (rmail-mime-multipart-handler): Return t.
382 (rmail-mime-process-multipart): Argument changed. 382 (rmail-mime-process-multipart): Argument changed.
@@ -1076,7 +1076,7 @@
1076 is indented differently if it is after a begin..end clock. 1076 is indented differently if it is after a begin..end clock.
1077 (verilog-in-attribute-p, verilog-skip-backward-comments) 1077 (verilog-in-attribute-p, verilog-skip-backward-comments)
1078 (verilog-skip-forward-comment-p): Support proper treatment of 1078 (verilog-skip-forward-comment-p): Support proper treatment of
1079 attributes by indent code. Reported by Jeff Steele. 1079 attributes by indent code. Reported by Jeff Steele.
1080 (verilog-in-directive-p): Fix comment to correctly describe function. 1080 (verilog-in-directive-p): Fix comment to correctly describe function.
1081 (verilog-backward-up-list, verilog-in-struct-region-p) 1081 (verilog-backward-up-list, verilog-in-struct-region-p)
1082 (verilog-backward-token, verilog-in-struct-p) 1082 (verilog-backward-token, verilog-in-struct-p)
@@ -1087,9 +1087,9 @@
1087 (verilog-property-re, verilog-endcomment-reason-re) 1087 (verilog-property-re, verilog-endcomment-reason-re)
1088 (verilog-beg-of-statement, verilog-set-auto-endcomments) 1088 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1089 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form 1089 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1090 of if). Reported by Max Bjurling and 1090 of if). Reported by Max Bjurling and
1091 (verilog-calc-1): Fix for clocking block in modport 1091 (verilog-calc-1): Fix for clocking block in modport
1092 declaration. Reported by Brian Hunter. 1092 declaration. Reported by Brian Hunter.
1093 1093
10942010-10-23 Wilson Snyder <wsnyder@wsnyder.org> 10942010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1095 1095
@@ -1105,7 +1105,7 @@
1105 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not 1105 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1106 treating `elsif similar to `endif inside AUTOSENSE. 1106 treating `elsif similar to `endif inside AUTOSENSE.
1107 (verilog-do-indent): Implement correct automatic or static task or 1107 (verilog-do-indent): Implement correct automatic or static task or
1108 function end comment highlight. Reported by Steve Pearlmutter. 1108 function end comment highlight. Reported by Steve Pearlmutter.
1109 (verilog-font-lock-keywords-2): Fix highlighting of single 1109 (verilog-font-lock-keywords-2): Fix highlighting of single
1110 character pins, bug264. Reported by Michael Laajanen. 1110 character pins, bug264. Reported by Michael Laajanen.
1111 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls) 1111 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
@@ -1116,7 +1116,7 @@
1116 Reported by Mark Johnson. 1116 Reported by Mark Johnson.
1117 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): 1117 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1118 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF, 1118 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1119 bug269. Suggested by Gary Delp. 1119 bug269. Suggested by Gary Delp.
1120 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history) 1120 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1121 (verilog-preprocessor, verilog-set-compile-command): 1121 (verilog-preprocessor, verilog-set-compile-command):
1122 Create verilog-preprocess and verilog-preprocessor to show 1122 Create verilog-preprocess and verilog-preprocessor to show
@@ -1124,7 +1124,7 @@
1124 (verilog-get-beg-of-line, verilog-get-end-of-line) 1124 (verilog-get-beg-of-line, verilog-get-end-of-line)
1125 (verilog-modi-file-or-buffer, verilog-modi-name) 1125 (verilog-modi-file-or-buffer, verilog-modi-name)
1126 (verilog-modi-point, verilog-within-string): Move defmacro's 1126 (verilog-modi-point, verilog-within-string): Move defmacro's
1127 before first use to avoid warning. Reported by Steve Pearlmutter. 1127 before first use to avoid warning. Reported by Steve Pearlmutter.
1128 (verilog-colorize-buffer, verilog-colorize-include-files-buffer) 1128 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1129 (verilog-colorize-region, verilog-highlight-buffer) 1129 (verilog-colorize-region, verilog-highlight-buffer)
1130 (verilog-highlight-includes, verilog-highlight-modules) 1130 (verilog-highlight-includes, verilog-highlight-modules)
@@ -1156,7 +1156,7 @@
1156 (verilog-alw-get-temps, verilog-auto-reset) 1156 (verilog-alw-get-temps, verilog-auto-reset)
1157 (verilog-auto-sense-sigs, verilog-read-always-signals) 1157 (verilog-auto-sense-sigs, verilog-read-always-signals)
1158 (verilog-read-always-signals-recurse): Fix loop indexes being 1158 (verilog-read-always-signals-recurse): Fix loop indexes being
1159 AUTORESET. AUTORESET now assumes any variables in the 1159 AUTORESET. AUTORESET now assumes any variables in the
1160 initialization section of a for() should be ignored. 1160 initialization section of a for() should be ignored.
1161 Reported by Dan Dever. 1161 Reported by Dan Dever.
1162 (verilog-error-font-lock-keywords) 1162 (verilog-error-font-lock-keywords)
@@ -3139,7 +3139,7 @@
31392010-02-03 Michael Albinus <michael.albinus@gmx.de> 31392010-02-03 Michael Albinus <michael.albinus@gmx.de>
3140 3140
3141 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory 3141 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3142 also in case of (and (not full) (not wildcard)). This is needed, 3142 also in case of (and (not full) (not wildcard)). This is needed,
3143 when dired is called with a list of files, which are not in 3143 when dired is called with a list of files, which are not in
3144 `default-directory'. (Bug#5478) 3144 `default-directory'. (Bug#5478)
3145 3145
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el
index 9092467a583..817bb93d2fd 100644
--- a/lisp/cedet/srecode/fields.el
+++ b/lisp/cedet/srecode/fields.el
@@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO."
198 (oset ir fields srecode-field-archive) 198 (oset ir fields srecode-field-archive)
199 (setq srecode-field-archive nil) 199 (setq srecode-field-archive nil)
200 200
201 ;; Initailize myself first. 201 ;; Initialize myself first.
202 (call-next-method) 202 (call-next-method)
203 ) 203 )
204 204
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el
index 6b6996c5dd1..f9ff78977cc 100644
--- a/lisp/ediff-mult.el
+++ b/lisp/ediff-mult.el
@@ -306,7 +306,7 @@ buffers."
306 (nth 3 elt)) 306 (nth 3 elt))
307(defsubst ediff-get-session-objC (elt) 307(defsubst ediff-get-session-objC (elt)
308 (nth 4 elt)) 308 (nth 4 elt))
309;; Take the "name" component of the object into acount. ObjA/C/B is of the form 309;; Take the "name" component of the object into account. ObjA/C/B is of the form
310;; (name . equality-indicator) 310;; (name . equality-indicator)
311(defsubst ediff-get-session-objA-name (elt) 311(defsubst ediff-get-session-objA-name (elt)
312 (car (nth 2 elt))) 312 (car (nth 2 elt)))
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 6726e83c77b..70360eb77cf 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -1817,7 +1817,7 @@ Replace with \"%s\"? " original replace)
1817 (let ((found nil) (start (point)) (msg nil) (ms nil)) 1817 (let ((found nil) (start (point)) (msg nil) (ms nil))
1818 (while (and (not msg) 1818 (while (and (not msg)
1819 (re-search-forward 1819 (re-search-forward
1820 ;; Ignore manual page refereces like 1820 ;; Ignore manual page references like
1821 ;; git-config(1). 1821 ;; git-config(1).
1822 "[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']" 1822 "[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']"
1823 e t)) 1823 e t))
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index e590d09b783..60ebefdd155 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -247,7 +247,7 @@
247;; [C-d] Moves (i.e. deletes and inserts) a single character to the 247;; [C-d] Moves (i.e. deletes and inserts) a single character to the
248;; global mark. 248;; global mark.
249;; [backspace] deletes the character before the global mark, while 249;; [backspace] deletes the character before the global mark, while
250;; [delete] deltes the character after the global mark. 250;; [delete] deletes the character after the global mark.
251 251
252;; [S-C-space] Jumps to and cancels the global mark. 252;; [S-C-space] Jumps to and cancels the global mark.
253;; [C-u S-C-space] Cancels the global mark (stays in current buffer). 253;; [C-u S-C-space] Cancels the global mark (stays in current buffer).
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index b74c8106668..a468c2698a4 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -6088,7 +6088,7 @@
6088 (nntp-retrieve-groups): Ditto for groups. 6088 (nntp-retrieve-groups): Ditto for groups.
6089 (nntp-retrieve-articles): Ditto for articles. 6089 (nntp-retrieve-articles): Ditto for articles.
6090 (*): Replaced nntp-possibly-change-group calls to 6090 (*): Replaced nntp-possibly-change-group calls to
6091 nntp-with-open-group forms in all, but one, occurrance. 6091 nntp-with-open-group forms in all, but one, occurrence.
6092 (nntp-accept-process-output): Bug fix. Detect when called with 6092 (nntp-accept-process-output): Bug fix. Detect when called with
6093 null process. 6093 null process.
6094 6094
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index 8d17f06c036..bf90d0dce40 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -3499,7 +3499,7 @@
3499 3499
35002003-05-08 Satyaki Das <satyakid@stanford.edu> 35002003-05-08 Satyaki Das <satyakid@stanford.edu>
3501 3501
3502 * mh-seq.el (mh-translate-range): Take into account differnt 3502 * mh-seq.el (mh-translate-range): Take into account different
3503 semantics of split-string in Emacs and XEmacs. 3503 semantics of split-string in Emacs and XEmacs.
3504 (mh-read-pick-regexp, mh-narrow-to-from, mh-narrow-to-cc) 3504 (mh-read-pick-regexp, mh-narrow-to-from, mh-narrow-to-cc)
3505 (mh-narrow-to-to, mh-narrow-to-header-field) 3505 (mh-narrow-to-to, mh-narrow-to-header-field)
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index d39c4a6adb7..6c37667c3f6 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -1901,7 +1901,7 @@ both ends."
1901 ((equal char ?\C-g) 1901 ((equal char ?\C-g)
1902 (keyboard-quit)) 1902 (keyboard-quit))
1903 ((member char '(?o ?O)) 1903 ((member char '(?o ?O))
1904 ;; Select a differnt macro 1904 ;; Select a different macro
1905 (let* ((nc (reftex-index-select-phrases-macro 2)) 1905 (let* ((nc (reftex-index-select-phrases-macro 2))
1906 (macro-data 1906 (macro-data
1907 (cdr (assoc nc reftex-index-phrases-macro-data))) 1907 (cdr (assoc nc reftex-index-phrases-macro-data)))