emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs picture-xtra.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs picture-xtra.texi
Date: Mon, 24 Nov 2008 04:06:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/24 04:06:52

Modified files:
        doc/emacs      : picture-xtra.texi 

Log message:
        (Picture Mode): Use picture-mode instead of edit-picture.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/picture-xtra.texi?cvsroot=emacs&r1=1.2&r2=1.3

Patches:
Index: picture-xtra.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/picture-xtra.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- picture-xtra.texi   22 Jan 2008 23:53:34 -0000      1.2
+++ picture-xtra.texi   24 Nov 2008 04:06:52 -0000      1.3
@@ -8,11 +8,11 @@
 @chapter Editing Pictures
 @cindex pictures
 @cindex making pictures out of text characters
address@hidden edit-picture
address@hidden picture-mode
 
   To edit a picture made out of text characters (for example, a picture
 of the division of a register into fields, as a comment in a program),
-use the command @kbd{M-x edit-picture} to enter Picture mode.
+use the command @kbd{M-x picture-mode} to enter Picture mode.
 
   In Picture mode, editing is based on the @dfn{quarter-plane} model of
 text, according to which the text characters lie studded on an area that
@@ -31,13 +31,13 @@
 Picture mode defines various keys starting with the @kbd{C-c} prefix to
 run special picture editing commands.
 
-  One of these keys, @kbd{C-c C-c}, is particularly important.  Often a
-picture is part of a larger file that is usually edited in some other
-major mode.  @kbd{M-x edit-picture} records the name of the previous
-major mode so you can use the @kbd{C-c C-c} command
-(@code{picture-mode-exit}) later to go back to that mode.  @kbd{C-c C-c}
-also deletes spaces from the ends of lines, unless given a numeric
-argument.
+  One of these keys, @kbd{C-c C-c}, is particularly important.  Often
+a picture is part of a larger file that is usually edited in some
+other major mode.  Picture mode records the name of the previous major
+mode so you can use the @kbd{C-c C-c} command
+(@code{picture-mode-exit}) later to go back to that mode.  @kbd{C-c
+C-c} also deletes spaces from the ends of lines, unless given a
+numeric argument.
 
   The special commands of Picture mode all work in other modes (provided
 the @file{picture} library is loaded), but are not bound to keys except




reply via email to

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