]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auto-overlays/auto-overlay-common.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / auto-overlays / auto-overlay-common.el
index 994b20d8687fba8d8408cb907d9ef8a4fd601842..e1c539a1fcb058bf9443b73283ee3bf40be4acca 100644 (file)
@@ -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