From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#71840: 30.0.60; Reference to non-existent variable in c-opt-extra-label-key docstring Date: Mon, 1 Jul 2024 20:45:18 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2785"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 71840-done@debbugs.gnu.org, acm@muc.de To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 01 22:46:54 2024 Return-path: Envelope-to: geb-bug-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 1sONvJ-0000S4-4K for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 01 Jul 2024 22:46:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sONun-0005Jj-2e; Mon, 01 Jul 2024 16:46:21 -0400 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 1sONuW-0005BG-AH for bug-gnu-emacs@gnu.org; Mon, 01 Jul 2024 16:46:05 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sONuU-0006eZ-Sr for bug-gnu-emacs@gnu.org; Mon, 01 Jul 2024 16:46:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sONuU-0002J5-Hh for bug-gnu-emacs@gnu.org; Mon, 01 Jul 2024 16:46:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Jul 2024 20:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71840 X-GNU-PR-Package: emacs Mail-Followup-To: 71840@debbugs.gnu.org, acm@muc.de, stefankangas@gmail.com Original-Received: via spool by 71840-done@debbugs.gnu.org id=D71840.17198667308793 (code D ref 71840); Mon, 01 Jul 2024 20:46:02 +0000 Original-Received: (at 71840-done) by debbugs.gnu.org; 1 Jul 2024 20:45:30 +0000 Original-Received: from localhost ([127.0.0.1]:34803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sONty-0002Hl-5Y for submit@debbugs.gnu.org; Mon, 01 Jul 2024 16:45:30 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:10109) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sONtw-0002HR-4N for 71840-done@debbugs.gnu.org; Mon, 01 Jul 2024 16:45:29 -0400 Original-Received: (qmail 61490 invoked by uid 3782); 1 Jul 2024 22:45:19 +0200 Original-Received: from muc.de (pd953a31c.dip0.t-ipconnect.de [217.83.163.28]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 01 Jul 2024 22:45:19 +0200 Original-Received: (qmail 24073 invoked by uid 1000); 1 Jul 2024 20:45:18 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:288268 Archived-At: Hello, Stefan. On Sun, Jun 30, 2024 at 16:31:02 -0700, Stefan Kangas wrote: > Alan Mackenzie writes: > > On Sat, Jun 29, 2024 at 06:12:10 -0700, Stefan Kangas wrote: > >> There is a reference to a variable `c-nonlabel-decl-prefix-re` in the > >> `c-opt-extra-label-key` docstring (cc-langs.el:4400), but I can't find > >> that variable anywhere in our tree. > > How on Earth did you spot that? :-) > I have a (very ugly and very slow) shell script that looks for symbols > that only show up once in our sources. Many of them turn out to be > typos, though there is also a long list of false positives that it > ignores. I'm impressed. > > I'll fix the documentation in the next day or so. The fix is now committed to the emacs-30 branch. I'm closing the bug with this post. > Thanks! -- Alan Mackenzie (Nuremberg, Germany).