diff options
| author | Lars Ingebrigtsen | 2019-09-23 18:37:31 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-23 18:37:31 +0200 |
| commit | b234fb763076c3a37864d7ded87cf5328f13880d (patch) | |
| tree | da6cb4feeeda9f9b927f3d8d027b52ad39a7d084 /doc | |
| parent | 4ce81556b7ad7f7f8c8bb07a7a935114bbe850d0 (diff) | |
| download | emacs-b234fb763076c3a37864d7ded87cf5328f13880d.tar.gz emacs-b234fb763076c3a37864d7ded87cf5328f13880d.zip | |
Update example in the Mail Aliases node of lispintro
* doc/lispintro/emacs-lisp-intro.texi (Mail Aliases): Change
example to use Message mode, since that's the default for `C-x m'
now (bug#13855).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index c97f6b7a52b..22ea655d591 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -17076,8 +17076,8 @@ reminders. | |||
| 17076 | 17076 | ||
| 17077 | @smallexample | 17077 | @smallexample |
| 17078 | @group | 17078 | @group |
| 17079 | ;;; Mail mode | 17079 | ;;; Message mode |
| 17080 | ; To enter mail mode, type 'C-x m' | 17080 | ; To enter message mode, type 'C-x m' |
| 17081 | ; To enter RMAIL (for reading mail), | 17081 | ; To enter RMAIL (for reading mail), |
| 17082 | ; type 'M-x rmail' | 17082 | ; type 'M-x rmail' |
| 17083 | (setq mail-aliases t) | 17083 | (setq mail-aliases t) |