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)
This commit is contained in:
parent
7169a5d563
commit
93206cbcea
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue