]> code.delx.au - gnu-emacs/blobdiff - lisp/replace.el
Improve the custom type of some user options.
[gnu-emacs] / lisp / replace.el
index f5c8d33b5f56ab990adde2266c409a956aa6903e..dfe8cd739a2ae3fe4968202df49dd36ea9c0b4da 100644 (file)
@@ -85,7 +85,7 @@ from Isearch by using a key sequence like `C-s C-s M-%'." "24.3")
   ;; while preparing to dump, also stops customize-rogue listing this.
   :initialize 'custom-initialize-delay
   :group 'matching
-  :type 'sexp
+  :type '(choice string (sexp :tag "Display specification"))
   :version "25.1")
 
 (defcustom query-replace-from-history-variable 'query-replace-history