Mercurial > emacs
changeset 19069:e132d9bcfd5d
(isearch-hide-immediately): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Aug 1997 04:53:34 +0000 |
parents | 36b06087dc31 |
children | 944ebdc35ee4 |
files | lisp/isearch.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Fri Aug 01 01:36:20 1997 +0000 +++ b/lisp/isearch.el Fri Aug 01 04:53:34 1997 +0000 @@ -174,11 +174,11 @@ :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)