diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 5daa9a2d4aa..18ea59fdf3f 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -130,7 +130,7 @@ usually do not have translators to read other languages for them.\n\n") (insert "In " (emacs-version) "\n") (if (fboundp 'x-server-vendor) (condition-case nil - (insert "Distributor `" (x-server-vendor) "', version " + (insert "X server distributor `" (x-server-vendor) "', version " (mapconcat 'number-to-string (x-server-version) ".") "\n") (error t))) (if (and system-configuration-options |