X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/daf390b5e927ef87d6d3ccad793cc3fb389acd30..760701ebe1b2061619c91c72d41666d3bd42366f:/lisp/allout-widgets.el diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index c6dba89e31..578510d691 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -2372,7 +2372,7 @@ The elements of LIST are not copied, just the list structure itself." (car list))) ;;;_ . allout-widgets-count-buttons-in-region (start end) (defun allout-widgets-count-buttons-in-region (start end) - "Debugging/diagnostic tool - count overlays with 'button' property in region." + "Debugging/diagnostic tool - count overlays with `button' property in region." (interactive "r") (setq start (or start (point-min)) end (or end (point-max)))