]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a reference to a non-existant variable from a doc-string
authorAlan Mackenzie <acm@muc.de>
Mon, 1 Jul 2024 20:37:28 +0000 (20:37 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Jul 2024 18:46:07 +0000 (20:46 +0200)
* lisp/progmodes/cc-langs.el (c-opt-extra-label-key): Remove
reference to c-nonlabel-decl-prefix-re from the doc string.

(cherry picked from commit 921d40759e54e2fb5685a5b662b862ed614b9bc6)

lisp/progmodes/cc-langs.el

index 233d23492b6354c10558770ae954a6c9832438f1..72cfdfa8653a3d078363e3dc53fde5f8d196c3f5 100644 (file)
@@ -4396,10 +4396,9 @@ a label construct.  This catches C++'s inheritance construct \"class foo
 
 (c-lang-defconst c-opt-extra-label-key
   "Optional regexp matching labels.
-Normally, labels are detected according to `c-nonlabel-token-key',
-`c-decl-prefix-re' and `c-nonlabel-decl-prefix-re'.  This regexp can
-be used if there are additional labels that aren't recognized that
-way."
+Normally, labels are detected according to `c-nonlabel-token-key' and
+`c-decl-prefix-re'.  This regexp can be used if there are additional
+labels that aren't recognized that way."
   t    nil
   objc (c-make-keywords-re t (c-lang-const c-protection-kwds)))
 (c-lang-defvar c-opt-extra-label-key (c-lang-const c-opt-extra-label-key))