Function: message-wide-reply

message-wide-reply is an autoloaded, interactive and byte-compiled function defined in message.el.gz.

Signature

(message-wide-reply &optional TO-ADDRESS)

Documentation

Make a "wide" reply to the message in the current buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
;;;###autoload
(defun message-wide-reply (&optional to-address)
  "Make a \"wide\" reply to the message in the current buffer."
  (interactive)
  (message-reply to-address t))