branch: externals/frog-menu
commit 1af5653748e16e02b146c4ee3f263462ad16caaf
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Checkdoc fixes
---
 frog-menu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frog-menu.el b/frog-menu.el
index 33527ce..07a35e5 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -286,8 +286,8 @@ Returns candidates to be handled by query handler."
 W is the window where the candidates can be found and defaults to
 the currently selected one. B is the buffer of the candidates and
 defaults to the current one. START and END are the buffer
-positions containing the candidates and default to point-min and
-point-max."
+positions containing the candidates and default to ‘point-min’ and
+‘point-max’."
   (let ((w (or w (selected-window)))
         (b (or b (current-buffer)))
         (candidates ()))

Reply via email to