* lisp/progmodes/project.el (project-vc-name): Fix the :type form (bug#48747).

This commit is contained in:
Dmitry Gutov 2022-11-29 18:01:19 +02:00
parent 079625d3c6
commit 4dab5f8671

View file

@ -407,7 +407,8 @@ you might have to restart Emacs to see the effect."
The best way to change the value a VC project reports as its
name, is by setting this in .dir-locals.el."
:type 'string
:type '(choice (const :tag "Default to the base name" nil)
(string :tag "Custom name"))
:version "29.1"
:safe #'stringp)