emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/symbols.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/symbols.texi,v
Date: Tue, 18 Jul 2006 00:06:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/18 00:06:13

Index: symbols.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/symbols.texi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- symbols.texi        8 Jul 2006 18:02:19 -0000       1.30
+++ symbols.texi        18 Jul 2006 00:06:13 -0000      1.31
@@ -160,7 +160,7 @@
   @code{defun} defines a symbol as a function, creating a lambda
 expression and storing it in the function cell of the symbol.  This
 lambda expression thus becomes the function definition of the symbol.
-(The term ``function definition'', meaning the contents of the function
+(The term ``function definition,'' meaning the contents of the function
 cell, is derived from the idea that @code{defun} gives the symbol its
 definition as a function.)  @code{defsubst} and @code{defalias} are two
 other ways of defining a function.  @xref{Functions}.




reply via email to

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