emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 144ad77: Fix Lisp Intro markup error


From: Lars Ingebrigtsen
Subject: emacs-28 144ad77: Fix Lisp Intro markup error
Date: Thu, 11 Nov 2021 22:39:12 -0500 (EST)

branch: emacs-28
commit 144ad77fdadd41888c9a715e25c2bc7c57753f74
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix Lisp Intro markup error
    
    * doc/lispintro/emacs-lisp-intro.texi (Insert let): Fix @code
    markup error (bug#51777).
---
 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 308153f..e306458 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]