From e8f4db18e24675bf5f5a5c722936e89c3c97290a Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 9 Dec 2005 16:44:18 +0000 Subject: [PATCH] * files.el (save-buffer): * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string. --- lisp/ChangeLog | 7 +++++++ lisp/files.el | 4 +++- lisp/international/ucs-tables.el | 4 ++-- lisp/mail/mail-extr.el | 7 ++++--- lisp/mail/sendmail.el | 5 ++++- 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eba974e2e49..e7b5669db61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2005-12-09 Reiner Steib + + * files.el (save-buffer): + * international/ucs-tables.el (ucs-set-table-for-input): + * mail/mail-extr.el (mail-extract-address-components): + * mail/sendmail.el (mail-mode): Reformat doc string. + 2005-12-09 Juri Linkov * isearch.el (isearch-highlight): Change main overlay priority diff --git a/lisp/files.el b/lisp/files.el index 32c278b98da..df78985e3be 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3197,7 +3197,9 @@ on a DOS/Windows machine, it returns FILENAME in expanded form." ancestor)))))) (defun save-buffer (&optional args) - "Save current buffer in visited file if modified. Variations are described below. + "Save current buffer in visited file if modified. +Variations are described below. + By default, makes the previous version into a backup file if previously requested or if this is the first save. Prefixed with one \\[universal-argument], marks this version diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 8d0760563c5..a8ca220466a 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -2499,8 +2499,8 @@ See also command `unify-8859-on-encoding-mode' and the user option ;; normal-mode and minibuffer-setup-hook. (defun ucs-set-table-for-input (&optional buffer) "Set up an appropriate `translation-table-for-input' for BUFFER. -BUFFER defaults to the current buffer. -This function is automatically called directly at the end of `get-buffer-create'." +BUFFER defaults to the current buffer. This function is +automatically called directly at the end of `get-buffer-create'." (when (and unify-8859-on-encoding-mode (not unify-8859-on-decoding-mode) (char-table-p translation-table-for-input)) diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index da5ec4bfda1..0f5aa1e18f7 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -699,9 +699,10 @@ Unless NO-REPLACE is true, at each of the positions in LIST-SYMBOL ;;;###autoload (defun mail-extract-address-components (address &optional all) "Given an RFC-822 address ADDRESS, extract full name and canonical address. -Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). -If no name can be extracted, FULL-NAME will be nil. Also see -`mail-extr-ignore-single-names' and `mail-extr-ignore-realname-equals-mailbox-name'. +Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no +name can be extracted, FULL-NAME will be nil. Also see +`mail-extr-ignore-single-names' and +`mail-extr-ignore-realname-equals-mailbox-name'. If the optional argument ALL is non-nil, then ADDRESS can contain zero or more recipients, separated by commas, and we return a list of diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 4a4d2172c8b..40e678aa130 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -596,7 +596,10 @@ actually occur.") (define-derived-mode mail-mode text-mode "Mail" "Major mode for editing mail to be sent. Like Text Mode but with these additional commands: -\\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit + +\\[mail-send] mail-send (send the message) +\\[mail-send-and-exit] mail-send-and-exit (send the message and exit) + Here are commands that move to a header field (and create it if there isn't): \\[mail-to] move to To: \\[mail-subject] move to Subject: \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: -- 2.39.2