From c4fbf0c866a2474bfc2ce6261e1386df84188e35 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Thu, 30 Nov 2023 17:41:41 -0800 Subject: [PATCH] * doc/lispintro/emacs-lisp-intro.texi (Optional Arguments): Fix indentation in example --- doc/lispintro/emacs-lisp-intro.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index e4a0f585f69..62692d21fac 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -5982,12 +5982,12 @@ In outline, the whole function looks like this: (and @var{are-both-transient-mark-mode-and-mark-active-true}) (push-mark)) (let (@var{determine-size-and-set-it}) - (goto-char - (@var{if-there-is-an-argument} - @var{figure-out-where-to-go} - @var{else-go-to} - (point-min)))) - @var{do-nicety} + (goto-char + (@var{if-there-is-an-argument} + @var{figure-out-where-to-go} + @var{else-go-to} + (point-min)))) + @var{do-nicety} @end group @end smallexample -- 2.39.2