emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 2e5d47f578a 2/2: ; * doc/lispintro/emacs-lisp-intro.texi (copy-


From: Eli Zaretskii
Subject: emacs-29 2e5d47f578a 2/2: ; * doc/lispintro/emacs-lisp-intro.texi (copy-to-buffer): Fix last change.
Date: Wed, 29 Nov 2023 08:05:36 -0500 (EST)

branch: emacs-29
commit 2e5d47f578aa0b60355cc23eda60e2b1d200dce9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispintro/emacs-lisp-intro.texi (copy-to-buffer): Fix last change.
---
 doc/lispintro/emacs-lisp-intro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index ba93dfd3b91..7563d66bad1 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -5447,9 +5447,9 @@ as the one to which you are copying, or if such a buffer 
does not
 exist, to create it.  Then, the @code{with-current-buffer} function
 evaluates its body with that buffer temporarily current, after which
 it will switch back to the buffer we are at now@footnote{It is like
-calling @code{(save-excursion (set-buffer ...) ...)} in one go, though
-it is defined slightly differently which interested reader can find
-out using @code{describe-function}}.
+calling @w{@code{(save-excursion (set-buffer @dots{}) @dots{})}} in
+one go, though it is defined slightly differently which interested
+reader can find out using @code{describe-function}.}.
 
 (This demonstrates another way to shift the computer's attention but
 not the user's.  The @code{append-to-buffer} function showed how to do



reply via email to

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