emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112363: Doc fix for emacs-lisp-intro


From: Xue Fuqiao
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112363: Doc fix for emacs-lisp-intro.texi.
Date: Wed, 24 Apr 2013 06:26:40 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112363
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Wed 2013-04-24 06:26:40 +0800
message:
  Doc fix for emacs-lisp-intro.texi.
  
  * doc/lispintro/emacs-lisp-intro.texi (Writing Defuns, Prevent confusion,
    Determining the Element, lambda): Refine the doc about Lisp macros,
    reported by Glenn Morris.
modified:
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-04-23 00:43:07 +0000
+++ b/doc/lispintro/ChangeLog   2013-04-23 22:26:40 +0000
@@ -1,7 +1,8 @@
 2013-04-23  Xue Fuqiao  <address@hidden>
 
-       * emacs-lisp-intro.texi (Complications, defvar): Refine the doc
-       about Lisp macros. 
(http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00618.html)
+       * emacs-lisp-intro.texi (Complications, defvar, Writing Defuns)
+       (Prevent confusion, Determining the Element, lambda): Refine the
+       doc about Lisp macros, reported by Glenn Morris.
 
 2013-04-21  Xue Fuqiao  <address@hidden>
 

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-04-23 00:43:07 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-04-23 22:26:40 +0000
@@ -3059,7 +3059,7 @@
 
 @menu
 * Primitive Functions::
-* defun::                        The @code{defun} special form.
+* defun::                        The @code{defun} macro.
 * Install::                      Install a function definition.
 * Interactive::                  Making a function interactive.
 * Interactive Options::          Different options for @code{interactive}.
@@ -3700,7 +3700,7 @@
 name outside the @code{let} expression.  This is like understanding
 that whenever your host refers to `the house', he means his house, not
 yours.  (Symbols used in argument lists work the same way.
address@hidden, , The @code{defun} Special Form}.)
address@hidden, , The @code{defun} Macro}.)
 
 Local variables created by a @code{let} expression retain their value
 @emph{only} within the @code{let} expression itself (and within
@@ -19456,7 +19456,7 @@
 @ignore
 @c texi2dvi fails when the name of the section is within ifnottex ...
 (@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
address@hidden, , The @code{defun} Special Form}.)
address@hidden, , The @code{defun} Macro}.)
 @end ignore
 
 @node yank
@@ -20976,7 +20976,7 @@
 @end smallexample
 
 @noindent
-(@xref{defun, ,  The @code{defun} Special Form}.)
+(@xref{defun, ,  The @code{defun} Macro}.)
 
 @need 1250
 @noindent


reply via email to

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