* lisp/progmodes/project.el (project-vc-name): Fix the :type form (bug#48747).
This commit is contained in:
parent
079625d3c6
commit
4dab5f8671
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue