]> git.eshelyaron.com Git - emacs.git/commitdiff
Update nxml-mode.texi: completion now gives xmlns="-!-"
authorNoam Postavsky <npostavs@gmail.com>
Wed, 10 Apr 2019 23:29:38 +0000 (19:29 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 10 Apr 2019 23:33:21 +0000 (19:33 -0400)
* 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.

doc/misc/nxml-mode.texi

index edab900652d1c21d52ecb4dd7dc16db51e770236..2b2c241a6e4f34e20cd6f4d1179b0a4fd8a831f8 100644 (file)
@@ -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