From ea013377caa765da7cf59b96d23bc7776107c854 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 23 Jan 2025 23:49:52 +0100 Subject: [PATCH] Remove leading '*' from docstrings in cc-vars.el * lisp/progmodes/cc-vars.el (c-make-font-lock-extra-types-blurb): Remove leading '*' from generated docstrings. (Bug#75793) (cherry picked from commit 93206cbcea31add3da76cc1025b2f148312fe6f1) --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 3c386eb07e9..0687801d69f 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1566,7 +1566,7 @@ working due to this change." (defun c-make-font-lock-extra-types-blurb (mode1 mode2 example) (concat "\ -*List of extra types (aside from the type keywords) to recognize in " +List of extra types (aside from the type keywords) to recognize in " mode1 " mode. Each list item should be a regexp matching a single identifier. " example " -- 2.39.5