mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* lisp/cedet/semantic/db-file.el (semanticdb-persistent-path):
Fix :type.
This commit is contained in:
parent
9be8a2fb41
commit
af5cff969e
@ -67,7 +67,8 @@ disable any saving anywhere, `always', which enables saving
|
||||
everywhere, or `project', which enables saving in any directory that
|
||||
passes a list of predicates in `semanticdb-project-predicate-functions'."
|
||||
:group 'semanticdb
|
||||
:type nil)
|
||||
:type '(repeat (choice (string :tag "Directory") (const never) (const always)
|
||||
(const project))))
|
||||
|
||||
(define-obsolete-variable-alias 'semanticdb-save-database-hooks
|
||||
'semanticdb-save-database-functions "24.3")
|
||||
|
Loading…
Reference in New Issue
Block a user