We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3ff5d commit be81dd7Copy full SHA for be81dd7
chatgpt-shell.el
@@ -119,7 +119,11 @@
119
:group 'chatgpt-shell)
120
121
(defcustom chatgpt-shell-prompt-header-proofread-region
122
- "Please help me proofread the following English text and only reply with fixed text:"
+ "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
+"
127
"Prompt header used by `chatgpt-shell-proofread-region`."
128
:type 'string
129
0 commit comments