emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111354: * doc/lispref/functions.texi (Anonymous


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111354: * doc/lispref/functions.texi (Anonymous Functions): Put back '
Date: Wed, 12 Jun 2013 01:23:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111354
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-06-11 21:23:16 -0400
message:
  * doc/lispref/functions.texi (Anonymous Functions): Put back '
  over-enthusiastically removed 2012-10-23.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/functions.texi     
functions.texi-20091113204419-o5vbwnq5f7feedwu-6182
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-03-12 07:15:15 +0000
+++ b/doc/lispref/ChangeLog     2013-06-12 01:23:16 +0000
@@ -1,3 +1,7 @@
+2013-06-12  Glenn Morris  <address@hidden>
+
+       * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
+
 2013-03-12  Glenn Morris  <address@hidden>
 
        * elisp.texi: Add some stuff specific to www.gnu.org.

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2013-01-01 09:11:05 +0000
+++ b/doc/lispref/functions.texi        2013-06-12 01:23:16 +0000
@@ -975,10 +975,11 @@
 compiled.  This would not happen if, say, you had constructed the
 anonymous function by quoting it as a list:
 
address@hidden Do not unquote this lambda!
 @example
 @group
 (defun double-property (symbol prop)
-  (change-property symbol prop (lambda (x) (* 2 x))))
+  (change-property symbol prop '(lambda (x) (* 2 x))))
 @end group
 @end example
 


reply via email to

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