to `project-find-file' or `project-find-dir'.
This has the effect of sharing more history between projects."
- :type '(choice (const t :tag "Default behavior")
- (const relativize :tag "Adjust to be relative to current"))
+ :type '(choice (const :tag "Default behavior" t)
+ (const :tag "Adjust to be relative to current" relativize))
:group 'project
:version "30.1")
When `brackets', use text brackets and `bold' for the character.
Otherwise, use the face `help-key-binding' in the prompt."
- :type 'boolean
+ :type '(choice (const :tag "Using help-key-binding face" t)
+ (const :tag "Using bold face and brackets" brackets))
:group 'project
:version "30.1")