mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/cedet/semantic/db-file.el (semanticdb-persistent-path):
Fix :type.
This commit is contained in:
parent
9be8a2fb41
commit
af5cff969e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue