unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59509: [PATCH] complete 2 missing parentheses of the sample code in Emacs Lisp Intro, section 8.2
@ 2022-11-23  3:47 one.last.kiss
  2022-11-23  9:30 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: one.last.kiss @ 2022-11-23  3:47 UTC (permalink / raw)
  To: 59509

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-complete-2-missing-parentheses-of-the-sample-code-in.patch --]
[-- Type: application/octet-stream, Size: 970 bytes --]

From 0613f729f2f0ed77215dfd197fd882a85f60d00c Mon Sep 17 00:00:00 2001
From: Shynur <one.last.kiss@outlook.com>
Date: Wed, 23 Nov 2022 10:43:10 +0800
Subject: [PATCH] complete 2 missing parentheses of the sample code in Emacs Lisp Intro, section
 8.2

---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index df8fa2f8e7..860ef2fc78 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -7981,7 +7981,7 @@ The command \\[yank] can retrieve it from there. @dots{} "
          (progn (message "Read only text copied to kill ring") nil)
        (barf-if-buffer-read-only)
        ;; If the buffer isn't read-only, the text is.
-       (signal 'text-read-only (list (current-buffer)))))
+       (signal 'text-read-only (list (current-buffer)))))))
 @end group
 @end smallexample
 
-- 
2.38.0.windows.1


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

* bug#59509: [PATCH] complete 2 missing parentheses of the sample code in Emacs Lisp Intro, section 8.2
  2022-11-23  3:47 bug#59509: [PATCH] complete 2 missing parentheses of the sample code in Emacs Lisp Intro, section 8.2 one.last.kiss
@ 2022-11-23  9:30 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2022-11-23  9:30 UTC (permalink / raw)
  To: one.last.kiss; +Cc: 59509-done

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Fixed in commit

9f4306cd8d 2022-11-23
; * doc/lispintro/emacs-lisp-intro.texi (Complete kill-region): Fix typo

Thanks.

[-- Attachment #2: Type: text/html, Size: 303 bytes --]

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

end of thread, other threads:[~2022-11-23  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23  3:47 bug#59509: [PATCH] complete 2 missing parentheses of the sample code in Emacs Lisp Intro, section 8.2 one.last.kiss
2022-11-23  9:30 ` Juanma Barranquero

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).