mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
; * doc/lispintro/emacs-lisp-intro.texi (copy-to-buffer): Fix last change.
This commit is contained in:
parent
c46700deb0
commit
2e5d47f578
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue