From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Hanchrow Newsgroups: gmane.emacs.devel Subject: [PATCH] -- doc fix for autorevert.el Date: 08 Dec 2003 13:25:50 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <877k173std.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070919242 2818 80.91.224.253 (8 Dec 2003 21:34:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2003 21:34:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 08 22:33:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATT0x-0002wl-00 for ; Mon, 08 Dec 2003 22:33:59 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATT0x-00010K-00 for ; Mon, 08 Dec 2003 22:33:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATTrr-0004dh-UI for emacs-devel@quimby.gnus.org; Mon, 08 Dec 2003 17:28:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATTr7-0004So-RH for emacs-devel@gnu.org; Mon, 08 Dec 2003 17:27:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATTqZ-0004K1-G0 for emacs-devel@gnu.org; Mon, 08 Dec 2003 17:27:50 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATTqY-0004JN-CJ for emacs-devel@gnu.org; Mon, 08 Dec 2003 17:27:18 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ATSt6-0007S7-00 for ; Mon, 08 Dec 2003 22:25:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATSt5-0007Rz-00 for ; Mon, 08 Dec 2003 22:25:51 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ATSt5-0000SZ-00 for ; Mon, 08 Dec 2003 22:25:51 +0100 Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18569 Hopefully self-explanatory. *** ChangeLog.~1.5531.~ Wed Dec 3 07:29:49 2003 --- ChangeLog Mon Dec 8 13:21:59 2003 *************** *** 1,3 **** --- 1,7 ---- + 2003-12-08 Eric Hanchrow + + * autorevert.el (auto-revert-interval): Doc fix. + 2003-12-03 Kenichi Handa * language/cyrillic.el: Register "microsoft-cp1251" in *** autorevert.el.~1.16.~ Mon Sep 1 08:45:08 2003 --- autorevert.el Mon Dec 8 13:20:52 2003 *************** *** 97,103 **** (put 'auto-revert-mode 'permanent-local t) (defcustom auto-revert-interval 5 ! "Time, in seconds, between Auto-Revert Mode file checks." :group 'auto-revert :type 'integer) --- 97,106 ---- (put 'auto-revert-mode 'permanent-local t) (defcustom auto-revert-interval 5 ! "Time, in seconds, between Auto-Revert Mode file checks. Setting ! this variable has no effect on buffers that are already in ! auto-revert-mode; it only affects buffers that are put into ! auto-revert-mode afterwards." :group 'auto-revert :type 'integer) -- The whole point of loud music is to make it possible to date without talking. -- Roger Ebert