Fix Lisp Intro markup error
* doc/lispintro/emacs-lisp-intro.texi (Insert let): Fix @code markup error (bug#51777).
This commit is contained in:
parent
24b86cb4f7
commit
144ad77fda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue