comparison lisp/mail/mailalias.el @ 12448:7291d1627d2c

(define-mail-alias): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Jun 1995 20:27:28 +0000
parents abf2dbc46f7d
children 254987dd395f
comparison
equal deleted inserted replaced
12447:240de864f06c 12448:7291d1627d2c
164 ;; interactively or in .emacs. 164 ;; interactively or in .emacs.
165 ;;;###autoload 165 ;;;###autoload
166 (defun define-mail-alias (name definition &optional from-mailrc-file) 166 (defun define-mail-alias (name definition &optional from-mailrc-file)
167 "Define NAME as a mail alias that translates to DEFINITION. 167 "Define NAME as a mail alias that translates to DEFINITION.
168 This means that sending a message to NAME will actually send to DEFINITION. 168 This means that sending a message to NAME will actually send to DEFINITION.
169 DEFINITION can be one or more mail addresses separated by spaces. 169
170 An address can contain spaces if it is quoted with double-quotes." 170 Normally, the addresses in DEFINITION must be separated by commas.
171 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
172 can be separated by spaces; an address can contain spaces
173 if it is quoted with double-quotes."
174
171 (interactive "sDefine mail alias: \nsDefine %s as mail alias for: ") 175 (interactive "sDefine mail alias: \nsDefine %s as mail alias for: ")
172 ;; Read the defaults first, if we have not done so. 176 ;; Read the defaults first, if we have not done so.
173 (sendmail-synch-aliases) 177 (sendmail-synch-aliases)
174 (if (eq mail-aliases t) 178 (if (eq mail-aliases t)
175 (progn 179 (progn