Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa786521
Commit
fa786521
authored
Jun 30, 1995
by
Richard M. Stallman
Browse files
(define-mail-alias): Doc fix.
parent
c0a5a948
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lisp/mail/mailalias.el
lisp/mail/mailalias.el
+6
-2
No files found.
lisp/mail/mailalias.el
View file @
fa786521
...
...
@@ -166,8 +166,12 @@ By default, this is the file specified by `mail-personal-alias-file'."
(
defun
define-mail-alias
(
name
definition
&optional
from-mailrc-file
)
"Define NAME as a mail alias that translates to DEFINITION.
This means that sending a message to NAME will actually send to DEFINITION.
DEFINITION can be one or more mail addresses separated by spaces.
An address can contain spaces if it is quoted with double-quotes."
Normally, the addresses in DEFINITION must be separated by commas.
If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
can be separated by spaces; an address can contain spaces
if it is quoted with double-quotes."
(
interactive
"sDefine mail alias: \nsDefine %s as mail alias for: "
)
;; Read the defaults first, if we have not done so.
(
sendmail-synch-aliases
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment