From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Trying to find the status of auto-fill-mode in a buffer Date: Thu, 21 Nov 2024 08:50:42 +0200 Message-ID: <86y11dqdvh.fsf@gnu.org> References: <20241119084323.5e3eaeb0@enoush2o> <86jzczbm0l.fsf@aarsen.me> <20241119114909.5cb99396@enoush2o> <87o72b3yzi.fsf@web.de> <87a5duxrrg.fsf@gmail.com> <87ttc1ki0a.fsf@web.de> <871pz5yjaj.fsf@gmail.com> <87ikshk9a6.fsf@web.de> <868qtdso2p.fsf@gnu.org> <87cyipjwi7.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24188"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 21 07:51:26 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tE12D-00068y-GQ for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 21 Nov 2024 07:51:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tE11e-0005jT-Jk; Thu, 21 Nov 2024 01:50:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tE11Y-0005j9-7s for help-gnu-emacs@gnu.org; Thu, 21 Nov 2024 01:50:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tE11Y-0006hu-0B for help-gnu-emacs@gnu.org; Thu, 21 Nov 2024 01:50:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=iMqaF8+z4b7kj12RAUjYFxadwKJHSUgEWkeCGarpDI0=; b=E+QPJLBRYNzanS5tFo4y KqzyKiI2n2EdP+S2/VhufApKmZ9oLc7ZCQ6EBq8MGNXnr8lcsCS7HJ+SeqS43WlCNHnWHBtNl7F8f YWQb2eo3bEFAC4UHP2kCw/x0kb+ZQEWpAEx0sFCAqPfXAPkHGbRpYpGN5s6+Zr+BnEhVyEd2eeO/+ VAYUFs0yErjLSwFLFlV8BpquAcj3eccIk/SV+3kWwa2IkmnVPI0cl6vxUwL5soYJHpvgLX+BSt9b4 9frQoZkyCTd9lRL97/jEVE/St7kDmgZSksNWT9o77wukTTpSOyObbIIai9qs26dNhg9u/jnZDEx5b 1B2qn99VNIJzEA==; In-Reply-To: <87cyipjwi7.fsf@web.de> (message from Michael Heerdegen via Users list for the GNU Emacs text editor on Thu, 21 Nov 2024 00:50:08 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148362 Archived-At: > Date: Thu, 21 Nov 2024 00:50:08 +0100 > From: Michael Heerdegen via Users list for the GNU Emacs text editor > > The original post contained this wording: > > > > C-h f auto-fill-mode says : > > > ''To check whether the minor mode is > > > enabled in the current buffer, evaluate ‘auto-fill-function’. '' > > At least in master one gets: > > | To check whether the minor mode is enabled in the current buffer, > | evaluate the variable ‘auto-fill-function’. > > which is (as opposed to the first version) ok to me. "Check > the binding" would be a bit better IMO, but I don't find anything > confusing in the current wording. I should have checked earlier. The wording on the emacs-30 release branch is identical to what you see on master, which means that all the future Emacs releases will mention the variable part.