diff options
| author | Glenn Morris <rgm@gnu.org> | 2012-02-21 14:56:14 -0500 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2012-02-21 14:56:14 -0500 |
| commit | 2e03845d1b970a3b8ccb02870bd5dbc9ab92036f (patch) | |
| tree | f2259c75a42ae6e71aeb546d54b87dfc1082f815 | |
| parent | be3223a3697a3f9c862ccc212d150e18006feaf1 (diff) | |
| download | emacs-2e03845d1b970a3b8ccb02870bd5dbc9ab92036f.tar.gz | |
* doc/emacs/emacs-xtra.texi: Picture mode is no longer a chapter.
* admin/FOR-RELEASE: Related markup.
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/emacs-xtra.texi | 7 |
3 files changed, 6 insertions, 5 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f34903bb8b3..d1576e0e8f0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -136,7 +136,7 @@ dired.texi cyd dired-xtra.texi rgm display.texi cyd emacs.texi rgm -emacs-xtra.texi +emacs-xtra.texi rgm emerge-xtra.texi entering.texi cyd files.texi cyd diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6f2e87ac36d..8fc6b3aca7e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,7 @@ 2012-02-21 Glenn Morris <rgm@gnu.org> + * emacs-xtra.texi: Picture mode is no longer a chapter. + * picture-xtra.texi (Basic Picture): C-a does get remapped. * ack.texi (Acknowledgments): Small changes, including resorting, diff --git a/doc/emacs/emacs-xtra.texi b/doc/emacs/emacs-xtra.texi index 208eb743de8..78cac7d8a10 100644 --- a/doc/emacs/emacs-xtra.texi +++ b/doc/emacs/emacs-xtra.texi @@ -11,8 +11,7 @@ @copying This manual describes specialized features of Emacs. -Copyright @copyright{} 2004-2012 -Free Software Foundation, Inc. +Copyright @copyright{} 2004-2012 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -111,10 +110,10 @@ style of the Elisp manual. Other sections should follow the style of the Emacs manual. @iftex -@c ``Picture Mode'' is a chapter, not a section, so it's outside @raisesections. -@include picture-xtra.texi @raisesections +@include picture-xtra.texi + @include arevert-xtra.texi @include dired-xtra.texi |
