emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 cb5a340: Update nxml-mode.texi: completion now gi


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 cb5a340: Update nxml-mode.texi: completion now gives xmlns="-!-"
Date: Wed, 10 Apr 2019 19:36:11 -0400 (EDT)

branch: emacs-26
commit cb5a34082342695676f2db11e1465bd28347e9de
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 doc/misc/nxml-mode.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index edab900..2b2c241 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]