all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Yu Zhang <yeannylam@gmail.com>
To: 21550@debbugs.gnu.org
Subject: bug#21550: [PATCH] Fix nxml compile error
Date: Thu, 24 Sep 2015 20:58:09 +0800	[thread overview]
Message-ID: <A24EAC90-EA4C-4997-A8BC-434B12BA1E83@gmail.com> (raw)

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	other threads:[~2015-09-24 12:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A24EAC90-EA4C-4997-A8BC-434B12BA1E83@gmail.com \
    --to=yeannylam@gmail.com \
    --cc=21550@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.