aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNoam Postavsky2019-04-10 19:29:38 -0400
committerNoam Postavsky2019-04-10 19:33:21 -0400
commitcb5a34082342695676f2db11e1465bd28347e9de (patch)
tree3e0b99ed28d754006175f7824db4cafd6f440700 /doc
parent59994015f194985dbcb7f45a874c7646a223d49e (diff)
downloademacs-cb5a34082342695676f2db11e1465bd28347e9de.tar.gz
emacs-cb5a34082342695676f2db11e1465bd28347e9de.zip
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.
Diffstat (limited to 'doc')
-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
250If you input @kbd{xmlns}, the result will be: 250If you input @kbd{xmlns}, the result will be:
251 251
252@example 252@example
253<html xmlns="@point{} 253<html xmlns="@point{}"
254@end example 254@end example
255 255
256@noindent 256@noindent