projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5999401
)
Update nxml-mode.texi: completion now gives xmlns="-!-"
author
Noam Postavsky
<npostavs@gmail.com>
Wed, 10 Apr 2019 23:29:38 +0000
(19:29 -0400)
committer
Noam 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
patch
|
blob
|
history
diff --git
a/doc/misc/nxml-mode.texi
b/doc/misc/nxml-mode.texi
index edab900652d1c21d52ecb4dd7dc16db51e770236..2b2c241a6e4f34e20cd6f4d1179b0a4fd8a831f8 100644
(file)
--- 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