emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/modes.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi,v
Date: Wed, 05 Jul 2006 14:13:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/07/05 14:13:25

Index: modes.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/modes.texi,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -b -r1.140 -r1.141
--- modes.texi  25 May 2006 20:55:20 -0000      1.140
+++ modes.texi  5 Jul 2006 14:13:23 -0000       1.141
@@ -502,7 +502,7 @@
   (let ((st (make-syntax-table)))
     (modify-syntax-entry ?\" ".   " st)
     (modify-syntax-entry ?\\ ".   " st)
-    ;; We add `p' so that M-c on 'hello' leads to 'Hello' rather than 'hello'.
+    ;; Add `p' so M-c on `hello' leads to `Hello', not `hello'.
     (modify-syntax-entry ?' "w p" st)
     st)
   "Syntax table used while in `text-mode'.")
@@ -517,8 +517,9 @@
     (define-key map "\eS" 'center-paragraph)
     map)
   "Keymap for `text-mode'.
-Many other modes, such as `mail-mode', `outline-mode' and `indented-text-mode',
-inherit all the commands defined in this map.")
+Many other modes, such as Mail mode, Outline mode
+and Indented Text mode, inherit all the commands
+defined in this map.")
 @end group
 @end smallexample
 




reply via email to

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