bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21550: [PATCH] Fix nxml compile error


From: Kai Yu Zhang
Subject: bug#21550: [PATCH] Fix nxml compile error
Date: Thu, 24 Sep 2015 20:58:09 +0800

From 0985723519cc2d74f7048356ff6de6bbc01ea70f Mon Sep 17 00:00:00 2001
From: Zhang Kai Yu <yeannylam@gmail.com>
Date: Thu, 24 Sep 2015 20:49:19 +0800
Subject: [PATCH] Fix nxml compile error

---
 lisp/nxml/nxml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 8b0dc92..f3d5367 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -1353,7 +1353,7 @@ nxml-finish-element-1
 
 (defun nxml-comment-quote-nested (cs ce unp)
   "Quote nested comments in buffer.
-See `comment-quote-nested-function' for more information.")
+See `comment-quote-nested-function' for more information."
   (goto-char (point-min))
   (save-match-data
     (while (re-search-forward "-[\\]*-" nil t)
-- 
2.3.8 (Apple Git-58)






reply via email to

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