From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: "completion-initialize" documentation string Date: Sun, 27 Mar 2011 09:39:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <197df16b-bd3e-4846-b715-ad005861fcf4@a11g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1301244035 23128 80.91.229.12 (27 Mar 2011 16:40:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 16:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 27 18:40:32 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3t0v-0006Ei-6b for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Mar 2011 18:40:29 +0200 Original-Received: from localhost ([127.0.0.1]:60095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3t0u-0004p7-RB for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Mar 2011 12:40:28 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!a11g2000pro.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 75.57.124.249 Original-X-Trace: posting.google.com 1301243988 8906 127.0.0.1 (27 Mar 2011 16:39:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 27 Mar 2011 16:39:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a11g2000pro.googlegroups.com; posting-host=75.57.124.249; posting-account=czAMxQoAAAAUEojshw4CrIvcwSdulymE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 ( .NET CLR 3.5.30729), gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186344 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80473 Archived-At: This is nitpicking, but the documentation string for "completion- initialize" in "completion.el" (GNU Emacs 23.3.1 (i386-mingw- nt5.1.2600) of 2011-03-10 on 3249CTO) says "Also sets up so that exiting Emacs will automatically save the file". This may have been true in the past, but earlier in the file it says: ;; What to put in .emacs ;;----------------------- ;; (dynamic-completion-mode) and it is that macro that sets things up so that exiting Emacs will automatically save the file.