branch: externals/ess commit b8341e9a4e343ca6bf8b5038359a204a09b454c5 Author: Martin Maechler <maech...@r-project.org> Commit: Martin Maechler <maech...@r-project.org>
bug-report: text tweaks --- lisp/ess.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ess.el b/lisp/ess.el index 724efdde2d..6328395c33 100644 --- a/lisp/ess.el +++ b/lisp/ess.el @@ -150,12 +150,12 @@ Is set by \\[ess-version-string].") ;;(goto-char (point-max)) (rfc822-goto-eoh) (forward-line 1) - (insert "\n\n-------------------------------------------------------\n") + (insert "\n\n-------------------------------------------------------------\n") (insert "This bug report will be sent to the ESS _help_ email list\n") (insert ">>> _INSTEAD_ we strongly recommend you open an issue for this\n") (insert " at https://github.com/emacs-ess/ESS/issues .\n\n") - (insert "If really prefer to go via the ESS help email, press C-c C-c to send your message.\n") - (insert "-------------------------------------------------------\n\n") + (insert "If you still prefer to use the ESS help email, press C-c C-c to send your message.\n") + (insert "-------------------------------------------------------------\n\n") (insert (with-current-buffer ess-dribble-buffer (goto-char (point-max)) (forward-line -100)