diff lispref/advice.texi @ 27301:8c79b30d8475

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Jan 2000 05:22:30 +0000
parents d2e5f1b7d8e2
children d23d6a3e8128
line wrap: on
line diff
--- a/lispref/advice.texi	Wed Jan 12 03:08:29 2000 +0000
+++ b/lispref/advice.texi	Wed Jan 12 05:22:30 2000 +0000
@@ -426,12 +426,12 @@
 This variable controls whether to compile the combined definition
 that results from activating advice for a function.
 
-A value of @code{always} specifies to compile unconditionally
+A value of @code{always} specifies to compile unconditionally.
 A value of @code{nil} specifies never compile the advice.
 
 A value of @code{maybe} specifies to compile if the byte-compiler is
 already loaded.  A value of @code{like-original} specifies to compile
-the advice if the the original definition of the advised function is
+the advice if the original definition of the advised function is
 compiled or a built-in function.
 
 This variable takes effect only if the @var{compile} argument of