>From f19104695734ba9e508ac14459d9a93e700521bc Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Wed, 13 Dec 2023 16:21:10 -0800 Subject: [PATCH] Drop unmatched ending parentheses in example code (bug#67820) * doc/lispintro/emacs-lisp-intro.texi (fwd-para while): drop unmatched ending parentheses. --- 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 eb8ff413b79..fdd0fd0860f 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -13245,7 +13245,7 @@ The last expression when there is no fill prefix is @smallexample @group (if (< (point) (point-max)) - (goto-char start)))) + (goto-char start)) @end group @end smallexample -- 2.39.2