X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/af1503e299857e5c3d3a04c50a32e00c968ed494..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/auto-overlays/auto-overlay-common.el diff --git a/packages/auto-overlays/auto-overlay-common.el b/packages/auto-overlays/auto-overlay-common.el index 994b20d86..e1c539a1f 100644 --- a/packages/auto-overlays/auto-overlay-common.el +++ b/packages/auto-overlays/auto-overlay-common.el @@ -58,7 +58,7 @@ If INACTIVE is non-nil, both active and inactive overlays are returned (usually inactive ones are ignored). Note that this function returns any overlay. If you want to -restrict it to auto overlays, include '(identity auto-overlay) in +restrict it to auto overlays, include (identity auto-overlay) in PROP-TEST." (when (null point) (setq point (point))) @@ -112,7 +112,7 @@ are returned. If INACTIVE is non-nil, both active and inactive overlays are returned (usually inactive ones are ignored). Note that this function returns any overlay. If you want to -restrict it to auto overlays, include '(identity auto-overlay) in +restrict it to auto overlays, include (identity auto-overlay) in PROP-TEST." ;; make sure prop-test is a list of lists, even if there's only one, and