]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Lisp Intro markup error
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Nov 2021 03:39:02 +0000 (04:39 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Nov 2021 03:39:07 +0000 (04:39 +0100)
* doc/lispintro/emacs-lisp-intro.texi (Insert let): Fix @code
markup error (bug#51777).

doc/lispintro/emacs-lisp-intro.texi

index 308153f9231b651b182f232753dfb18f031065c9..e3064580580b0cc6bf7edfe8c48f50f0e70f334c 100644 (file)
@@ -5801,7 +5801,7 @@ written like this:
 @subsection The @code{let} Expression in @code{insert-buffer}
 
 After ensuring that the variable @code{buffer} refers to a buffer itself
-and not just to the name of a buffer, the @code{insert-buffer function}
+and not just to the name of a buffer, the @code{insert-buffer} function
 continues with a @code{let} expression.  This specifies three local
 variables, @code{start}, @code{end}, and @code{newmark} and binds them
 to the initial value @code{nil}.  These variables are used inside the