emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/major.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/major.texi
Date: Thu, 02 Feb 2006 04:35:19 +0000

Index: emacs/man/major.texi
diff -u emacs/man/major.texi:1.12 emacs/man/major.texi:1.13
--- emacs/man/major.texi:1.12   Wed Aug 10 15:14:33 2005
+++ emacs/man/major.texi        Thu Feb  2 04:35:19 2006
@@ -65,10 +65,10 @@
 most of the time Emacs determines which mode to use based on the file
 name or on special text in the file.
 
-  Explicit selection of a new major mode is done with a @kbd{M-x} command.
-From the name of a major mode, add @code{-mode} to get the name of a
-command to select that mode.  Thus, you can enter Lisp mode by executing
address@hidden lisp-mode}.
+  To explicitly select a new major, you use an @kbd{M-x} command.
+Take the name of a major mode and add @code{-mode} to get the name of
+the command to select that mode.  Thus, you can enter Lisp mode by
+executing @kbd{M-x lisp-mode}.
 
 @vindex auto-mode-alist
   When you visit a file, Emacs usually chooses the right major mode based




reply via email to

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