(bookmark-save-flag, bookmark-version-control): Use
`other' widget type.
This commit is contained in:
parent
5c21345476
commit
31fa1bd1eb
1 changed files with 3 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ behavior.\)
|
|||
|
||||
To specify the file in which to save them, modify the variable
|
||||
`bookmark-default-file', which is `~/.emacs.bmk' by default."
|
||||
:type '(choice (const nil) (const t) integer)
|
||||
:type '(choice (const nil) integer (other t))
|
||||
:group 'bookmark)
|
||||
|
||||
|
||||
|
|
@ -149,7 +149,8 @@ It can have four values: t, nil, `never', and `nospecial'.
|
|||
The first three have the same meaning that they do for the
|
||||
variable `version-control', and the final value `nospecial' means just
|
||||
use the value of `version-control'."
|
||||
:type '(choice (const t) (const nil) (const never) (const nospecial))
|
||||
:type '(choice (const nil) (const never) (const nospecial)
|
||||
(other t))
|
||||
:group 'bookmark)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue