]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix trivial typos in comments and ChangeLogs.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 12 Feb 2011 03:17:00 +0000 (04:17 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 12 Feb 2011 03:17:00 +0000 (04:17 +0100)
etc/ChangeLog
lisp/ChangeLog
lisp/cedet/srecode/fields.el
lisp/ediff-mult.el
lisp/emacs-lisp/checkdoc.el
lisp/emulation/cua-base.el
lisp/gnus/ChangeLog.2
lisp/mh-e/ChangeLog.1
lisp/textmodes/reftex-index.el
src/ChangeLog

index dc80bcb3964620320f860b3eec7e1269fb930d86..82020dc3c9cbaf67aa5cf2ca42254f7ea3017b22 100644 (file)
        * srecode/doc-default.srt (section-comment, function-comment)
        (variable-same-line-comment, group-comment-start, group-comment-end):
        * srecode/doc-java.srt (function-comment, variable-same-line-comment)
-       (group-comment-start, gropu-comment-end):
+       (group-comment-start, group-comment-end):
        Fix typos in template docstrings.
 
 2010-01-14  Kenichi Handa  <handa@m17n.org>
index ec28bbb1eafbdcf7dde0f2757909bc9a24d3b105..6f2b228eaf864b8c18860446d33032d6d93efa89 100644 (file)
        (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
        (rmail-mime-insert-image): Argument changed.  Caller changed.
        (rmail-mime-image): Call rmail-mime-toggle-hidden.
-       (rmail-mime-set-bulk-data): New funciton.
+       (rmail-mime-set-bulk-data): New function.
        (rmail-mime-insert-bulk): Argument changed.
        (rmail-mime-multipart-handler): Return t.
        (rmail-mime-process-multipart): Argument changed.
        is indented differently if it is after a begin..end clock.
        (verilog-in-attribute-p, verilog-skip-backward-comments)
        (verilog-skip-forward-comment-p): Support proper treatment of
-       attributes by indent code. Reported by Jeff Steele.
+       attributes by indent code.  Reported by Jeff Steele.
        (verilog-in-directive-p): Fix comment to correctly describe function.
        (verilog-backward-up-list, verilog-in-struct-region-p)
        (verilog-backward-token, verilog-in-struct-p)
        (verilog-property-re, verilog-endcomment-reason-re)
        (verilog-beg-of-statement, verilog-set-auto-endcomments)
        (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
-       of if). Reported by Max Bjurling and
+       of if).  Reported by Max Bjurling and
        (verilog-calc-1): Fix for clocking block in modport
-       declaration. Reported by Brian Hunter.
+       declaration.  Reported by Brian Hunter.
 
 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
 
        (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
        treating `elsif similar to `endif inside AUTOSENSE.
        (verilog-do-indent): Implement correct automatic or static task or
-       function end comment highlight. Reported by Steve Pearlmutter.
+       function end comment highlight.  Reported by Steve Pearlmutter.
        (verilog-font-lock-keywords-2): Fix highlighting of single
        character pins, bug264.  Reported by Michael Laajanen.
        (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
        Reported by Mark Johnson.
        (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
        Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
-       bug269. Suggested by Gary Delp.
+       bug269.  Suggested by Gary Delp.
        (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
        (verilog-preprocessor, verilog-set-compile-command):
        Create verilog-preprocess and verilog-preprocessor to show
        (verilog-get-beg-of-line, verilog-get-end-of-line)
        (verilog-modi-file-or-buffer, verilog-modi-name)
        (verilog-modi-point, verilog-within-string): Move defmacro's
-       before first use to avoid warning. Reported by Steve Pearlmutter.
+       before first use to avoid warning.  Reported by Steve Pearlmutter.
        (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
        (verilog-colorize-region, verilog-highlight-buffer)
        (verilog-highlight-includes, verilog-highlight-modules)
        (verilog-alw-get-temps, verilog-auto-reset)
        (verilog-auto-sense-sigs, verilog-read-always-signals)
        (verilog-read-always-signals-recurse): Fix loop indexes being
-       AUTORESET. AUTORESET now assumes any variables in the
+       AUTORESET.  AUTORESET now assumes any variables in the
        initialization section of a for() should be ignored.
        Reported by Dan Dever.
        (verilog-error-font-lock-keywords)
 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
-       also in case of (and (not full) (not wildcard)). This is needed,
+       also in case of (and (not full) (not wildcard)).  This is needed,
        when dired is called with a list of files, which are not in
        `default-directory'.  (Bug#5478)
 
index 9092467a583783781af4e3ca4d503709fb413c68..817bb93d2fd995ed1e23124409c4037b9021b11b 100644 (file)
@@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO."
   (oset ir fields srecode-field-archive)
   (setq srecode-field-archive nil)
 
-  ;; Initailize myself first.
+  ;; Initialize myself first.
   (call-next-method)
   )
 
index 6b6996c5dd15ce040dc7a45b1fe75424393c659d..f9ff78977cc4c26d8add9702c7fa0fd2a9968d0d 100644 (file)
@@ -306,7 +306,7 @@ buffers."
   (nth 3 elt))
 (defsubst ediff-get-session-objC (elt)
   (nth 4 elt))
-;; Take the "name" component of the object into acount. ObjA/C/B is of the form
+;; Take the "name" component of the object into account. ObjA/C/B is of the form
 ;; (name . equality-indicator)
 (defsubst ediff-get-session-objA-name (elt)
   (car (nth 2 elt)))
index 6726e83c77b1949485c7bd6b918ca8fe9ed6e6d2..70360eb77cfcdaf6a53cbe6e4d38502ec81ad6dc 100644 (file)
@@ -1817,7 +1817,7 @@ Replace with \"%s\"? " original replace)
        (let ((found nil) (start (point)) (msg nil) (ms nil))
         (while (and (not msg)
                     (re-search-forward
-                     ;; Ignore manual page refereces like
+                     ;; Ignore manual page references like
                      ;; git-config(1).
                      "[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']"
                      e t))
index e590d09b7833a18fcb1b0e1cf0b24194e9b69a8a..60ebefdd155b4caf17f00bdec587a18414680c20 100644 (file)
 ;; [C-d] Moves (i.e. deletes and inserts) a single character to the
 ;;       global mark.
 ;; [backspace] deletes the character before the global mark, while
-;; [delete] deltes the character after the global mark.
+;; [delete] deletes the character after the global mark.
 
 ;; [S-C-space] Jumps to and cancels the global mark.
 ;; [C-u S-C-space] Cancels the global mark (stays in current buffer).
index b74c8106668e2a9b98ed9d05f464b976ce41e706..a468c2698a445664d02f7c3c0f729272f78ca5c5 100644 (file)
        (nntp-retrieve-groups): Ditto for groups.
        (nntp-retrieve-articles): Ditto for articles.
        (*): Replaced nntp-possibly-change-group calls to
-       nntp-with-open-group forms in all, but one, occurrance.
+       nntp-with-open-group forms in all, but one, occurrence.
        (nntp-accept-process-output): Bug fix.  Detect when called with
        null process.
 
index 8d17f06c0369b482a70b91275c188ac0325dfc9b..bf90d0dce4033ce2d13e2633de1f51b1b70ba8ec 100644 (file)
 
 2003-05-08  Satyaki Das  <satyakid@stanford.edu>
 
-       * mh-seq.el (mh-translate-range): Take into account differnt
+       * mh-seq.el (mh-translate-range): Take into account different
        semantics of split-string in Emacs and XEmacs.
        (mh-read-pick-regexp, mh-narrow-to-from, mh-narrow-to-cc)
        (mh-narrow-to-to, mh-narrow-to-header-field)
index d39c4a6adb7db07591368573937f976cbbe3f205..6c37667c3f6ca698bd3549fb6e36bf6ded9b83e9 100644 (file)
@@ -1901,7 +1901,7 @@ both ends."
                          ((equal char ?\C-g)
                           (keyboard-quit))
                          ((member char '(?o ?O))
-                          ;; Select a differnt macro
+                          ;; Select a different macro
                           (let* ((nc (reftex-index-select-phrases-macro 2))
                                  (macro-data
                                   (cdr (assoc nc reftex-index-phrases-macro-data)))
index 9fbf1841982d57e12ded7edf9336c178674d9c9f..f530a8d904e2df84febe05792d2ffb96628972ad 100644 (file)
        (x_set_title): Remove commet about EXPLICIT.  Call ns_set_name_internal.
        (ns_set_name_as_filename): Encode name with ENCODE_UTF_8.
        Always use buffer name for title and buffer filename only for
-       RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517).
+       RepresentedFilename.  Handle bad UTF-8 in buffer name (Bug#7517).
 
 2011-01-03  Eli Zaretskii  <eliz@gnu.org>
 
 
        * gtkutil.c (menubar_map_cb): New function (Bug#7425).
        (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
-       Use 23 as menubar height if 0. (Bug#7425).
+       Use 23 as menubar height if 0.  (Bug#7425).
 
 2010-11-14  Jan Djärv  <jan.h.d@swipnet.se>
 
        is more portable.
 
        * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
-       (kbd_buffer_get_event): ... here. This is needed for cygwin, which
+       (kbd_buffer_get_event): ... here.  This is needed for cygwin, which
        has not defined SIGIO.
 
 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
        * nsterm.m (ns_draw_fringe_bitmap): Likewise.
 
        * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
-       Take account of bitmap offset.
+       Take account of bitmap offset.
        (draw_window_fringes): Take account of window vscroll.
        (update_window_fringes): Likewise.  Extend top-aligned top indicator
        or bottom-aligned bottom indicator to adjacent rows if it doesn't fit