unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21550: [PATCH] Fix nxml compile error
@ 2015-09-24 12:58 Kai Yu Zhang
  0 siblings, 0 replies; only message in thread
From: Kai Yu Zhang @ 2015-09-24 12:58 UTC (permalink / raw)
  To: 21550

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)






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-24 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 12:58 bug#21550: [PATCH] Fix nxml compile error Kai Yu Zhang

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).