summaryrefslogtreecommitdiff
path: root/etc/NEWS.20
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-16 17:33:57 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-16 17:33:57 -0500
commit69107f347b3ac7f51cd22333f57393fd735915f2 (patch)
treeb1dbe911192a77d9be141538b4ee3df5b79ebfcf /etc/NEWS.20
parentaaad1e62f3e87873135a465530d6686bed5dc4c3 (diff)
downloademacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz
; Fix doc typos related to indefinite articles
Diffstat (limited to 'etc/NEWS.20')
-rw-r--r--etc/NEWS.2015
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/NEWS.20 b/etc/NEWS.20
index 3391d3e4682..31e640fa94e 100644
--- a/etc/NEWS.20
+++ b/etc/NEWS.20
@@ -4130,17 +4130,16 @@ is an alternative to using the keymap itself.
** Changes in invisibility features
*** Isearch can now temporarily show parts of the buffer which are
-hidden by an overlay with a invisible property, when the search match
+hidden by an overlay with an invisible property, when the search match
is inside that portion of the buffer. To enable this the overlay
-should have a isearch-open-invisible property which is a function that
-would be called having the overlay as an argument, the function should
-make the overlay visible.
+should have an isearch-open-invisible property, which is a function that
+would be called with the overlay as an argument, and should make it visible.
During incremental search the overlays are shown by modifying the
-invisible and intangible properties, if beside this more actions are
-needed the overlay should have a isearch-open-invisible-temporary
-which is a function. The function is called with 2 arguments: one is
-the overlay and the second is nil when it should show the overlay and
+invisible and intangible properties. If more actions are
+needed, the overlay should have an isearch-open-invisible-temporary property,
+which is a function. The function is called with 2 arguments: one is
+the overlay, and the second is nil when it should show the overlay and
t when it should hide it.
*** add-to-invisibility-spec, remove-from-invisibility-spec