branch: elpa/gptel commit a4902a522c45b5b3d3475ad2a0717b214a4d0445 Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com> Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
gptel: Fix gptel-use-curl definition * gptel.el (gptel-use-curl): Fix defcustom error and reword. --- gptel.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gptel.el b/gptel.el index 246234cefa..45c84614c4 100644 --- a/gptel.el +++ b/gptel.el @@ -254,9 +254,9 @@ all at once. This wait is asynchronous. Can be set to t, nil, or a string path to the curl executable." :type '(choice - (const nil :tag "Do not use curl") - (const t :tag "Use the system curl") - (string :tag "Path to the curl executable"))) + (const :tag "Do not use Curl" nil) + (const :tag "Use Curl" t) + (string :tag "Specify path to the Curl executable"))) (defcustom gptel-org-convert-response t "Whether gptel should convert Markdown responses to Org markup.