From: Kaushal Modi <kaushal.modi@gmail.com>
To: 21622@debbugs.gnu.org
Subject: bug#21622: 24.5; Extra " in doc string of `cursor-in-non-selected-windows'
Date: Mon, 5 Oct 2015 16:17:48 -0400 [thread overview]
Message-ID: <CAFyQvY0woF-2SKVsgyyAn+nHAtXea7L1=+H20Za00H7ASOX2bA@mail.gmail.com> (raw)
In-Reply-To: <f3083688-6238-4f58-a738-4baf26cfd8cc@default>
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
I believe that the below little patch should fix it.
From 949e2633f27ace47d6774e370207bc6e58a031ab Mon Sep 17 00:00:00 2001
From: Kaushal Modi <kaushal.modi@gmail.com>
Date: Mon, 5 Oct 2015 16:14:42 -0400
Subject: [PATCH] Remove extra trailing double quote (bug # 21622)
---
src/buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/buffer.c b/src/buffer.c
index 530fe11..38ee74d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6238,7 +6238,7 @@ If nil, only shows a cursor in the selected window.
If t, displays a cursor related to the usual cursor type
(a solid box becomes hollow, a bar becomes a narrower bar).
You can also specify the cursor type as in the `cursor-type' variable.
-Use Custom to set this variable and update the display." */);
+Use Custom to set this variable and update the display. */);
DEFVAR_LISP ("kill-buffer-query-functions", Vkill_buffer_query_functions,
doc: /* List of functions called with no args to query before
killing a buffer.
--
2.6.0.rc0.24.gec371ff
--
Kaushal Modi
[-- Attachment #2: Type: text/html, Size: 3807 bytes --]
next prev parent reply other threads:[~2015-10-05 20:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-05 16:37 bug#21622: 24.5; Extra " in doc string of `cursor-in-non-selected-windows' Drew Adams
2015-10-05 20:17 ` Kaushal Modi [this message]
2015-10-05 22:51 ` Xue Fuqiao
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='CAFyQvY0woF-2SKVsgyyAn+nHAtXea7L1=+H20Za00H7ASOX2bA@mail.gmail.com' \
--to=kaushal.modi@gmail.com \
--cc=21622@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.