]> git.eshelyaron.com Git - emacs.git/commitdiff
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 8a30d75f87b6ddb7938bd655264298855a12ffa8..cbc089b5befb5f0b1174b8d52aff6b654ff6099e 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 b9a1188a73e92a811969b94ada76329ff947b676..3f72d7da64ad769bf6131e2d992b181c4ff05317 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 13ebe3e92f902237b146a1bb2e440bc8298f370f..c9ad392a0b792fc8241ea1addc901159b38da21f 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 b79f83b9cea3452bab9ec330d25a3236322e7ce9..5e1ce64ba56da4cbb8a89a8afe6fa785b69ffe5a 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 ccbf09b75ea85256aa7e52bd60cbc9ee9d66ce32..f7b8fac3dc78a3946f01d7ac378d8b8306287c12 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 71e4e9cb264d980db67e64eb59521c364702b997..534cfa2f28f7cbba59da77b34cc816b87edda6f7 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 ee59de91e39ec6fb00a7c79380a7c08e512aac2a..39781cfd56f5407e861e3f846c0b13f21dadfddd 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)