diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index f5c8d33b5f5..dfe8cd739a2 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -85,7 +85,7 @@ from Isearch by using a key sequence like `C-s C-s M-%'." "24.3") | |||
| 85 | ;; while preparing to dump, also stops customize-rogue listing this. | 85 | ;; while preparing to dump, also stops customize-rogue listing this. |
| 86 | :initialize 'custom-initialize-delay | 86 | :initialize 'custom-initialize-delay |
| 87 | :group 'matching | 87 | :group 'matching |
| 88 | :type 'sexp | 88 | :type '(choice string (sexp :tag "Display specification")) |
| 89 | :version "25.1") | 89 | :version "25.1") |
| 90 | 90 | ||
| 91 | (defcustom query-replace-from-history-variable 'query-replace-history | 91 | (defcustom query-replace-from-history-variable 'query-replace-history |