summaryrefslogtreecommitdiff
path: root/lispref/symbols.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
commite7ee9d2e29006575abca0e6804f3354965658b81 (patch)
treec837e31870dee5f492c6e83082b4692a7e2c22d9 /lispref/symbols.texi
parent410d11b342d5a110ca585967b7c70127e8bd32fe (diff)
downloademacs-e7ee9d2e29006575abca0e6804f3354965658b81.tar.gz
Put period and comma inside quotes.
Diffstat (limited to 'lispref/symbols.texi')
-rw-r--r--lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi
index f484b0da067..a1b2b8855be 100644
--- a/lispref/symbols.texi
+++ b/lispref/symbols.texi
@@ -160,7 +160,7 @@ be customized, use @code{defcustom} (@pxref{Customization}).
@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}.