emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b234fb7: Update example in the Mail Aliases node of


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b234fb7: Update example in the Mail Aliases node of lispintro
Date: Mon, 23 Sep 2019 12:38:08 -0400 (EDT)

branch: master
commit b234fb763076c3a37864d7ded87cf5328f13880d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 doc/lispintro/emacs-lisp-intro.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index c97f6b7..22ea655 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]