# HG changeset patch # User Glenn Morris # Date 1266288269 28800 # Node ID b57368a8e3fd6fcf0be77cf208b9d4fbe580e414 # Parent edb07dc0e1752615fdff2d50a8c3ca01ba085689 * nxml-mode.texi (Commands for locating a schema): Fix keybinding. diff -r edb07dc0e175 -r b57368a8e3fd doc/misc/ChangeLog --- a/doc/misc/ChangeLog Mon Feb 15 18:42:03 2010 -0800 +++ b/doc/misc/ChangeLog Mon Feb 15 18:44:29 2010 -0800 @@ -1,3 +1,7 @@ +2010-02-16 Glenn Morris + + * nxml-mode.texi (Commands for locating a schema): Fix keybinding. + 2010-02-05 Mark A. Hershberger * ede.texi, eieio.texi, semantic.texi: Use standard direntry format. diff -r edb07dc0e175 -r b57368a8e3fd doc/misc/nxml-mode.texi --- a/doc/misc/nxml-mode.texi Mon Feb 15 18:42:03 2010 -0800 +++ b/doc/misc/nxml-mode.texi Mon Feb 15 18:44:29 2010 -0800 @@ -512,7 +512,7 @@ you visit a file in nXML mode. However, if you have just created a new file and the schema cannot be inferred from the file-name, then this will not locate the right schema. In this case, you should insert the -start-tag of the root element and then use the command @kbd{C-c +start-tag of the root element and then use the command @kbd{C-c C-s C-a}, which reapplies the rules based on the current content of the document. It is usually not necessary to insert the complete start-tag; often just @samp{<@var{name}} is