]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove leading '*' from docstrings in cc-vars.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 23 Jan 2025 22:49:52 +0000 (23:49 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:44:20 +0000 (09:44 +0100)
* 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

index 3c386eb07e9ea77c93d677c5a5a74c34532e79e7..0687801d69ff028d6757a87ccfe44a54d34d1726 100644 (file)
@@ -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 "