summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-04-10 19:29:38 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-04-10 19:33:21 -0400
commitcb5a34082342695676f2db11e1465bd28347e9de (patch)
tree3e0b99ed28d754006175f7824db4cafd6f440700
parent59994015f194985dbcb7f45a874c7646a223d49e (diff)
downloademacs-cb5a34082342695676f2db11e1465bd28347e9de.tar.gz
Update nxml-mode.texi: completion now gives xmlns="-!-"
* doc/misc/nxml-mode.texi (Completion): As of 2016-01-16 "* lisp/nxml: Use standard completion; it also works for company-mode", completing an attribute when there is only one candidate inserts both quotes. Update the example accordingly.
-rw-r--r--doc/misc/nxml-mode.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index edab900652d..2b2c241a6e4 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -250,7 +250,7 @@ xml:lang xmlns
If you input @kbd{xmlns}, the result will be:
@example
-<html xmlns="@point{}
+<html xmlns="@point{}"
@end example
@noindent