diff options
| author | Noam Postavsky | 2019-04-10 19:29:38 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-04-10 19:33:21 -0400 |
| commit | cb5a34082342695676f2db11e1465bd28347e9de (patch) | |
| tree | 3e0b99ed28d754006175f7824db4cafd6f440700 /doc | |
| parent | 59994015f194985dbcb7f45a874c7646a223d49e (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 250 | If you input @kbd{xmlns}, the result will be: | 250 | If 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 |