all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21622: 24.5; Extra " in doc string of `cursor-in-non-selected-windows'
@ 2015-10-05 16:37 Drew Adams
  2015-10-05 20:17 ` Kaushal Modi
  2015-10-05 22:51 ` Xue Fuqiao
  0 siblings, 2 replies; 3+ messages in thread
From: Drew Adams @ 2015-10-05 16:37 UTC (permalink / raw)
  To: 21622

Just discovered this by accident, after pasting this doc into a post on
emacs.StackExchange.  There is an extra, trailing " at the end of the
main paragraph of the doc string, before the text "You can customize
this variable."

In GNU Emacs 24.5.1 (i686-pc-mingw32)
 of 2015-04-11 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/usr --host=i686-pc-mingw32'





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#21622: 24.5; Extra " in doc string of `cursor-in-non-selected-windows'
  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
  2015-10-05 22:51 ` Xue Fuqiao
  1 sibling, 0 replies; 3+ messages in thread
From: Kaushal Modi @ 2015-10-05 20:17 UTC (permalink / raw)
  To: 21622

[-- 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 --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#21622: 24.5; Extra " in doc string of `cursor-in-non-selected-windows'
  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
@ 2015-10-05 22:51 ` Xue Fuqiao
  1 sibling, 0 replies; 3+ messages in thread
From: Xue Fuqiao @ 2015-10-05 22:51 UTC (permalink / raw)
  To: 21622-done

I've fixed it in my previous commit.  Thank you!





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-05 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-10-05 22:51 ` Xue Fuqiao

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.