Skip to content

Commit be81dd7

Browse files
author
xenodium
committed
Fixes proofreading indent issue as per @vzaliva's suggestion in #298
1 parent 1c3ff5d commit be81dd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

chatgpt-shell.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@
119119
:group 'chatgpt-shell)
120120

121121
(defcustom chatgpt-shell-prompt-header-proofread-region
122-
"Please help me proofread the following English text and only reply with fixed text:"
122+
"Please help me proofread the following English text and only reply with fixed text.
123+
Output just the proofread text without any intro, comments, or explanations.
124+
If the original text was indented on the left, preserve the same amount of spacing in your response:
125+
126+
"
123127
"Prompt header used by `chatgpt-shell-proofread-region`."
124128
:type 'string
125129
:group 'chatgpt-shell)

0 commit comments

Comments
 (0)