Skip to content

Commit b8341e9

Browse files
committed
bug-report: text tweaks
1 parent 001e809 commit b8341e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/ess.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ Is set by \\[ess-version-string].")
150150
;;(goto-char (point-max))
151151
(rfc822-goto-eoh)
152152
(forward-line 1)
153-
(insert "\n\n-------------------------------------------------------\n")
153+
(insert "\n\n-------------------------------------------------------------\n")
154154
(insert "This bug report will be sent to the ESS _help_ email list\n")
155155
(insert ">>> _INSTEAD_ we strongly recommend you open an issue for this\n")
156156
(insert " at https://github.com/emacs-ess/ESS/issues .\n\n")
157-
(insert "If really prefer to go via the ESS help email, press C-c C-c to send your message.\n")
158-
(insert "-------------------------------------------------------\n\n")
157+
(insert "If you still prefer to use the ESS help email, press C-c C-c to send your message.\n")
158+
(insert "-------------------------------------------------------------\n\n")
159159
(insert (with-current-buffer ess-dribble-buffer
160160
(goto-char (point-max))
161161
(forward-line -100)

0 commit comments

Comments
 (0)