From 7d266420e12a7539b14a25486747a1b82ee8042a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Aug 1997 04:53:34 +0000 Subject: [PATCH] (isearch-hide-immediately): Doc fix. --- lisp/isearch.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index a9217998efd2..7053e6378653 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -174,11 +174,11 @@ an overlay having an `invisible' property and that overlay has a property :group 'isearch) (defcustom isearch-hide-immediately t - "If t hide the previous match if needed. -This has efect iff `search-invisible' is set to `open' and it means -that if the current match is out of one of the previously shown -regions hide is right away, as opposed to hiding it at the end of -isearch." + "If non-nil, re-hide an invisible match right away. +This variable makes a difference when `search-invisible' is set to `open'. +It means that after search makes some invisible text visible +to show the match, it makes the text invisible again when the match moves. +Ordinarily the text becomes invisible again at the end of the search." :type 'boolean :group 'isearch)