]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/picture-xtra.texi
Add 2010 to copyright years.
[gnu-emacs] / doc / emacs / picture-xtra.texi
index ad3b9f27cc5a889e7ca07a939abd20a6b7bd1587..283bdea093b7e43ba8d6139603c88076c646a149 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @c
 @c This file is included either in emacs-xtra.texi (when producing the
@@ -8,11 +8,11 @@
 @chapter Editing Pictures
 @cindex pictures
 @cindex making pictures out of text characters
-@findex edit-picture
+@findex 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 @@ to do essentially the same thing but in a quarter-plane way.  In addition,
 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
@@ -165,7 +165,7 @@ Move down after insertion (@code{picture-movement-down}).
 @itemx C-c @key{HOME}
 Move up and left (``northwest'') after insertion (@code{picture-movement-nw}).
 @item C-c '
-@itemx C-c @key{PAGEUP}
+@itemx C-c @key{prior}
 Move up and right (``northeast'') after insertion
 (@code{picture-movement-ne}).
 @item C-c /
@@ -173,7 +173,7 @@ Move up and right (``northeast'') after insertion
 Move down and left (``southwest'') after insertion
 @*(@code{picture-movement-sw}).
 @item C-c \
-@itemx C-c @key{PAGEDOWN}
+@itemx C-c @key{next}
 Move down and right (``southeast'') after insertion
 @*(@code{picture-movement-se}).
 @end table