aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-21 20:38:10 -0700
committerGlenn Morris2012-05-21 20:38:10 -0700
commitcb1f695c7355c7b19dd79c8c2aa704a19fcfafa7 (patch)
tree3ef02c0341dd0def60ac6a51bb6c5bc6d37ae48b
parent6c200b4ac55f0dffe8b13b881ae0c65e0557bbea (diff)
downloademacs-cb1f695c7355c7b19dd79c8c2aa704a19fcfafa7.tar.gz
emacs-cb1f695c7355c7b19dd79c8c2aa704a19fcfafa7.zip
Missing piece of previous change
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 6cef48749fc..e9ff36a677e 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -339,7 +339,7 @@ usually do not have translators for other languages.\n\n")))
339 " Type \\[report-emacs-bug-insert-to-mailer] to copy text to your preferred mail program.\n"))) 339 " Type \\[report-emacs-bug-insert-to-mailer] to copy text to your preferred mail program.\n")))
340 (terpri) 340 (terpri)
341 (princ (substitute-command-keys 341 (princ (substitute-command-keys
342 " Type \\[report-emacs-bug-info] to visit in Info the Emacs Manual section 342 " Type \\[info-emacs-bug] to visit in Info the Emacs Manual section
343 about when and how to write a bug report, and what 343 about when and how to write a bug report, and what
344 information you should include to help fix the bug."))) 344 information you should include to help fix the bug.")))
345 (shrink-window-if-larger-than-buffer (get-buffer-window "*Bug Help*"))) 345 (shrink-window-if-larger-than-buffer (get-buffer-window "*Bug Help*")))