]> code.delx.au - gnu-emacs/blobdiff - lisp/allout-widgets.el
Don't quote symbols 'like-this' in docstrings etc.
[gnu-emacs] / lisp / allout-widgets.el
index c6dba89e31adea9e5de11e6f1a83e325e82a47a7..578510d69196bc1f9048530cf50ad664e5586834 100644 (file)
@@ -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)))