all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14492: [PATCH] Bug in Elisp manual
@ 2013-05-28 22:31 Kelly Dean
  2013-06-05 23:06 ` bug#14492: [PATCH2] Re: bug# 14492: " Kelly Dean
       [not found] ` <20919.23351.46170.855479@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Kelly Dean @ 2013-05-28 22:31 UTC (permalink / raw)
  To: 14492

Self explanatory.

--- emacs-24.3/doc/lispref/variables.texi
+++ emacs-24.3/doc/lispref/variables.texi
@@ -987,9 +987,9 @@
 (let ((x 0))             ; @r{@code{x} is lexically bound.}
   (setq my-ticker (lambda ()
                     (setq x (1+ x)))))
     @result{} (closure ((x . 0) t) ()
-          (1+ x))
+          (setq x (1+ x)))
 
 (funcall my-ticker)
     @result{} 1
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-12  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 22:31 bug#14492: [PATCH] Bug in Elisp manual Kelly Dean
2013-06-05 23:06 ` bug#14492: [PATCH2] Re: bug# 14492: " Kelly Dean
2013-06-10  0:35   ` Glenn Morris
2013-06-12  1:26     ` Glenn Morris
     [not found] ` <20919.23351.46170.855479@gnu.org>
2013-06-12  2:21   ` Kelly Dean

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.