]> git.eshelyaron.com Git - emacs.git/commitdiff
Mere anarchy is loosed upon the world.
authorGlenn Morris <rgm@gnu.org>
Wed, 3 Nov 2010 03:40:54 +0000 (20:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 3 Nov 2010 03:40:54 +0000 (20:40 -0700)
* doc/misc/gnus.texi (Agent Variables): Spelling fix.

doc/misc/ChangeLog
doc/misc/gnus.texi
lisp/emulation/viper-init.el
lisp/gnus/ChangeLog.2
src/buffer.h

index 5e99132389e511dbd38f073ab8f46d93cc418635..e5b2fa628364e6484b06648ee04f9d9e8e206b24 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-03  Glenn Morris  <rgm@gnu.org>
+
+       * gnus.texi (Agent Variables): Spelling fix.
+
 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
index c3dd2b31a50ead65dc274587fb67c4590f66a9d8..7d3b87759de47fcf20ac46490cff0d86b08d67b0 100644 (file)
@@ -19840,7 +19840,7 @@ limit to control how often the cycling occurs.  A large value improves
 performance.  A small value minimizes the time lost should the
 connection be lost while fetching (You may need to run
 @code{gnus-agent-regenerate-group} to update the group's state.
-However, all articles parsed prior to loosing the connection will be
+However, all articles parsed prior to losing the connection will be
 available while unplugged).  The default is 10M so it is unusual to
 see any cycling.
 
index ebd18d47e154270c9c6563a3c20c7e327a959000..9f7b473c67a8e0646d594b824acf29191aac57d8 100644 (file)
@@ -784,7 +784,7 @@ Related buffers can be cycled through via :R and :P commands."
 
 ;; These two vars control the interaction of jumps performed by ' and `.
 ;; In this new version, '' doesn't erase the marks set by ``, so one can
-;; use both kinds of jumps interchangeably and without loosing positions
+;; use both kinds of jumps interchangeably and without losing positions
 ;; inside the lines.
 
 ;; Remembers position of the last jump done using ``'.
index 799b8b0938c743e3b3d7e4783e0758ac8e19b312..767b50bbe09dc771cbd3ba14a3035b2cd18fe82a 100644 (file)
 2001-01-09  Didier Verna  <didier@xemacs.org>
 
        * gnus-agent.el: Moved some XEmacs specific hook add-ons from
-       `gnus-xmas-[re]define' to avoid loosing user custom settings.
+       `gnus-xmas-[re]define' to avoid losing user custom settings.
        * gnus-art.el: Ditto.
        * gnus-group.el: Ditto.
        * gnus-salt.el: Ditto.
index 3a4dd1063607bf389e9f124b899ea409dd63cb4f..9e3de6f23d590494436050b1525b6b11a6359e86 100644 (file)
@@ -1,7 +1,8 @@
 /* Header file for the buffer manipulation primitives.
-   Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-                 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-                 Free Software Foundation, Inc.
+
+Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000,
+  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -459,7 +460,7 @@ struct buffer_text
     struct Lisp_Marker *markers;
 
     /* Usually 0.  Temporarily set to 1 in decode_coding_gap to
-       prevent Fgarbage_collect from shrinking the gap and loosing
+       prevent Fgarbage_collect from shrinking the gap and losing
        not-yet-decoded bytes.  */
     int inhibit_shrinking;
   };
@@ -1019,5 +1020,3 @@ extern int last_per_buffer_idx;
 #define PER_BUFFER_VALUE(BUFFER, OFFSET) \
       (*(Lisp_Object *)((OFFSET) + (char *) (BUFFER)))
 
-/* arch-tag: 679305dd-d41c-4a50-b170-3caf5c97b2d1
-   (do not change this comment) */