]> git.eshelyaron.com Git - dict.git/commitdiff
* (sweeprolog-rename-variable-allow-existing): refine custom type
authorEshel Yaron <me@eshelyaron.com>
Sun, 5 Feb 2023 09:41:15 +0000 (11:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 5 Feb 2023 09:41:15 +0000 (11:41 +0200)
sweeprolog.el

index fcb4c85dd39151ed76f2a0f5415d81cd2a6162b6..1041a4e9a3fdf9d125192ee72a884baeed6bfcd8 100644 (file)
@@ -392,7 +392,9 @@ token via its `help-echo' text property."
 If it is the symbol `confirm', allow but ask for confirmation
 first."
   :package-version '((sweeprolog "0.15.1"))
-  :type 'symbol
+  :type '(choice (const :tag "Allow"   t)
+                 (const :tag "Confirm" confirm)
+                 (const :tag "Refuse"  nil))
   :group 'sweeprolog)
 
 ;;;; Keymaps