Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 2 Mar 2009 08:55:47 +0000 (08:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 2 Mar 2009 08:55:47 +0000 (08:55 +0000)
doc/emacs/ChangeLog
doc/emacs/mark.texi
lisp/doc-view.el
lisp/erc/ChangeLog.02
lisp/font-lock.el
lisp/mh-e/ChangeLog.1
src/gtkutil.c

index 8a30d75..cbc089b 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mark.texi (Marking Objects): Fix typo.
+
 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
 
        * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
index b9a1188..3f72d7d 100644 (file)
@@ -180,7 +180,7 @@ that paragraph, and the mark goes at the start of the region.
   Similarly, @kbd{C-M-h} (@code{mark-defun}) sets mark and point
 around major top-level definitions (@pxref{Moving by Defuns}), and
 @kbd{C-x C-p} (@code{mark-page}) does the same for pages
-(@pxref{Pages}).  These treat repeated invokations and prefix
+(@pxref{Pages}).  These treat repeated invocations and prefix
 arguments similarly to @code{mark-paragraph}.
 
   Finally, @kbd{C-x h} (@code{mark-whole-buffer}) sets up the entire
index 13ebe3e..c9ad392 100644 (file)
@@ -62,7 +62,7 @@
 ;; slice you can use `doc-view-set-slice' (bound to `s s') which will query you
 ;; for the coordinates of the slice's top-left corner and its width and height.
 ;; A much more convenient way to do the same is offered by the command
-;; `doc-view-set-slice-using-mouse' (bound to `s m').  After invokation you
+;; `doc-view-set-slice-using-mouse' (bound to `s m').  After invocation you
 ;; only have to press mouse-1 at the top-left corner and drag it to the
 ;; bottom-right corner of the desired slice.  To reset the slice use
 ;; `doc-view-reset-slice' (bound to `s r').
@@ -74,7 +74,7 @@
 ;; `C-r' you can do the same, but backwards.  To search for a new regexp give a
 ;; prefix arg to one of the search functions, e.g. by typing `C-u C-s'.  The
 ;; searching works by using a plain text representation of the document.  If
-;; that doesn't already exist the first invokation of `doc-view-search' (or
+;; that doesn't already exist the first invocation of `doc-view-search' (or
 ;; `doc-view-search-backward') starts the conversion.  When that finishes and
 ;; you're still viewing the document (i.e. you didn't switch to another buffer)
 ;; you're queried for the regexp then.
index b79f83b..5e1ce64 100644 (file)
        Minor docstring fixes (using M-x checkdoc-current-buffer)
          If you find time, and you are native english speaker, do that too!!
 
-       * erc.el: fixed macro-invokation
+       * erc.el: fixed macro-invocation
 
 2002-01-31  Andreas Fuchs  <asf@void.at>
 
index ccbf09b..f7b8fac 100644 (file)
@@ -2239,7 +2239,8 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
                "\\)\\)\\>"
                ;; Any whitespace and defined object.
                "[ \t'\(]*"
-               "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?")
+               "\\(setf[ \t]+\\sw+\\|\\sw+\\)?"
+               "[ \t)]*")
        (1 font-lock-keyword-face)
        (9 (cond ((match-beginning 3) font-lock-function-name-face)
                ((match-beginning 6) font-lock-variable-name-face)
index 71e4e9c..534cfa2 100644 (file)
        XEmacs too. Sanitize so that it will work using least-common
        denominator versions of 'make'. Tested using GNU make, Solaris make,
        and Berkely make.
-       (all): Use recursive invokation based on the emacs or xemacs
+       (all): Use recursive invocation based on the emacs or xemacs
        executable passed on the 'make EMACS=xemacs' command line.
        (XEMACS_OPTIONS): The incantation to be passed to an xemacs editor
        to compile things properly.
index ee59de9..39781cf 100644 (file)
@@ -2588,7 +2588,7 @@ xg_update_menubar (menubar, f, list, iter, pos, val,
 /* Update the menu item W so it corresponds to VAL.
    SELECT_CB is the callback to use when a menu item is selected.
    HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
-   CL_DATA is the data to set in the widget for menu invokation.  */
+   CL_DATA is the data to set in the widget for menu invocation.  */
 
 static void
 xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data)