branch: externals/minuet
commit f98350cafd8163b832a2903590b206bbcc287b17
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: fix docstring.
---
 minuet.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/minuet.el b/minuet.el
index 97066cfb08..0f8250fd27 100644
--- a/minuet.el
+++ b/minuet.el
@@ -173,14 +173,14 @@ enclosed in markers:
 - `<cursorPosition>`: Current cursor location
 - `<contextBeforeCursor>`: Code context before the cursor
 "
-  "The default prefix style prompt for minuet completion.")
+  "The default prefix-first style prompt for minuet completion.")
 
 (defvar minuet-default-prompt
   (concat minuet-default-prompt-prefix-first
           "
 Note that the user's code will be prompted in reverse order: first the code
 after the cursor, then the code before the cursor.
-") "The default prefix-first style prompt for minuet completion.")
+") "The default prompt for minuet completion.")
 
 (defvar minuet-default-guidelines
   "Guidelines:

Reply via email to