summaryrefslogtreecommitdiff
path: root/doc/lispintro
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-11-12 04:39:02 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-11-12 04:39:07 +0100
commit144ad77fdadd41888c9a715e25c2bc7c57753f74 (patch)
tree9b698616e55eee002738b3251512af17e313625b /doc/lispintro
parent24b86cb4f7aa1e14dd9025428140c5fdae5c5227 (diff)
downloademacs-144ad77fdadd41888c9a715e25c2bc7c57753f74.tar.gz
Fix Lisp Intro markup error
* doc/lispintro/emacs-lisp-intro.texi (Insert let): Fix @code markup error (bug#51777).
Diffstat (limited to 'doc/lispintro')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 308153f9231..e3064580580 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -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