Skip to content

Commit 7eb2136

Browse files
author
xenodium
committed
Fixintg checkdoc warning
1 parent 93f271c commit 7eb2136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt-shell.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ See `chatgpt-shell-allow-model-versions' and
533533
"Custom function to select a model during swap.
534534
535535
This would allow a user to sort, group, filter, present a different selection
536-
user experience, attach affixations, and so on. An example:
536+
user experience, attach affixations, and so on. An example:
537537
538538
(setq chatgpt-shell-swap-model-selector
539539
(lambda (candidates)
@@ -570,7 +570,7 @@ non-nil; otherwise `completing-read'."
570570
(interactive)
571571
(when (and (boundp 'chatgpt-shell-model-filter)
572572
chatgpt-shell-model-filter)
573-
(user-error "chatgpt-shell-model-filter is now retired. Please use chatgpt-shell-swap-model-filter"))
573+
(user-error "Variable chatgpt-shell-model-filter is retired. Please use chatgpt-shell-swap-model-filter"))
574574
(if-let* ((last-label (chatgpt-shell--model-label))
575575
(width (let ((width))
576576
(mapc (lambda (model)

0 commit comments

Comments
 (0)