mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
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.
This commit is contained in:
parent
59994015f1
commit
cb5a340823
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user