From: Glenn Morris Date: Sat, 5 Jan 2013 19:21:17 +0000 (-0800) Subject: * doc/emacs/text.texi (HTML Mode): Remove deleted nxml C-RET binding. X-Git-Tag: emacs-24.2.92~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8acde11051e2b777f2700f78f2090bd4db04d11;p=emacs.git * doc/emacs/text.texi (HTML Mode): Remove deleted nxml C-RET binding. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 82a8f8fec82..456d7efa7be 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-01-05 Glenn Morris + + * text.texi (HTML Mode): Remove deleted nxml C-RET binding. + 2012-12-21 Glenn Morris * emacs-xtra.texi (copying): The FSF does not sell copies of this. diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index cc5ecc475af..d50a841d509 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1917,7 +1917,7 @@ used as a cheap preview (@code{sgml-tags-invisible}). The major mode for editing XML documents is called nXML mode. This is a powerful major mode that can recognize many existing XML schema and use them to provide completion of XML elements via -@kbd{C-@key{RET}} or @kbd{M-@key{TAB}}, as well as ``on-the-fly'' XML +@kbd{M-@key{TAB}}, as well as ``on-the-fly'' XML validation with error highlighting. To enable nXML mode in an existing buffer, type @kbd{M-x nxml-mode}, or, equivalently, @kbd{M-x xml-mode}. Emacs uses nXML mode for files which have the extension