mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* 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
Add a link
Reference in a new issue