mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(mail-aliases): Doc fix.
This commit is contained in:
parent
762435dda4
commit
ade349a0bf
1 changed files with 4 additions and 2 deletions
|
|
@ -63,8 +63,10 @@ feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
|
|||
This variable has no effect unless your system uses sendmail as its mailer.")
|
||||
|
||||
(defvar mail-aliases t
|
||||
"Alias of mail address aliases,
|
||||
or t meaning should be initialized from `~/.mailrc'.")
|
||||
"Alist of mail address aliases,
|
||||
or t meaning should be initialized from `~/.mailrc'.
|
||||
The alias definitions in `~/.mailrc' have this form:
|
||||
alias ALIAS MEANING")
|
||||
|
||||
(defvar mail-yank-prefix nil
|
||||
"*Prefix insert on lines of yanked message being replied to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue