summaryrefslogtreecommitdiff
path: root/lisp/isearchb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r--lisp/isearchb.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/lisp/isearchb.el b/lisp/isearchb.el
index 3713879e3b6..eaf7983cbd8 100644
--- a/lisp/isearchb.el
+++ b/lisp/isearchb.el
@@ -1,4 +1,4 @@
-;;; isearchb --- a marriage between iswitchb and isearch
+;;; isearchb.el --- a marriage between iswitchb and isearch -*- lexical-binding: t -*-
;; Copyright (C) 2004-2021 Free Software Foundation, Inc.
@@ -7,7 +7,6 @@
;; Created: 16 Apr 2004
;; Version: 1.5
;; Keywords: lisp
-;; X-URL: http://www.newartisans.com/johnw/emacs.html
;; This file is part of GNU Emacs.
@@ -89,13 +88,11 @@
"Number of idle seconds before isearchb turns itself off.
If nil, don't use a timeout."
:type '(choice (integer :tag "Seconds")
- (const :tag "Disable" nil))
- :group 'isearchb)
+ (const :tag "Disable" nil)))
(defcustom isearchb-show-completions t
"If non-nil, show possible completions in the minibuffer."
- :type 'boolean
- :group 'isearchb)
+ :type 'boolean)
(defvar isearchb-start-buffer nil)
(defvar isearchb-last-buffer nil)