emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/frog-menu 1af5653 05/43: Checkdoc fixes


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu 1af5653 05/43: Checkdoc fixes
Date: Sun, 24 Mar 2019 05:14:43 -0400 (EDT)

branch: externals/frog-menu
commit 1af5653748e16e02b146c4ee3f263462ad16caaf
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]