]> git.eshelyaron.com Git - emacs.git/commitdiff
Update example in the Mail Aliases node of lispintro
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 16:37:31 +0000 (18:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 16:37:31 +0000 (18:37 +0200)
* 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).

doc/lispintro/emacs-lisp-intro.texi

index c97f6b7a52b1bb5e93ee6e8eeef654e8700d8a61..22ea655d591df3a010367994e0e9ad004db1a162 100644 (file)
@@ -17076,8 +17076,8 @@ reminders.
 
 @smallexample
 @group
-;;; Mail mode
-; To enter mail mode, type 'C-x m'
+;;; Message mode
+; To enter message mode, type 'C-x m'
 ; To enter RMAIL (for reading mail),
 ; type 'M-x rmail'
 (setq mail-aliases t)