]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-start.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / gnus-start.el
index 5b734d0ae772d9e2a7a6784b2c8849e6500a4924..aa2568d5559ad8f1cb981807fa7a6b92ec96ea50 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-start.el --- startup functions for Gnus
 
-;; Copyright (C) 1996-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
@@ -447,6 +447,7 @@ See also `gnus-before-startup-hook'."
 When the newsrc.eld file is updated by multiple machines,
 checking the file's modification time is a good way to avoid
 overwriting updated data."
+  :version "25.1"
   :group 'gnus-newsrc
   :type 'boolean)
 
@@ -1475,7 +1476,7 @@ newsgroup."
   "Check whether a group has been activated or not.
 If SCAN, request a scan of that group as well.  If METHOD, use
 that select method instead of determining the method based on the
-group name.  If DONT-CHECK, don't check check whether the group
+group name.  If DONT-CHECK, don't check whether the group
 actually exists.  If DONT-SUB-CHECK or DONT-CHECK, don't let the
 backend check whether the group actually exists."
   (let ((method (or method (inline (gnus-find-method-for-group group))))