summaryrefslogtreecommitdiff
path: root/lispref/advice.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2000-01-12 05:22:30 +0000
committerRichard M. Stallman <rms@gnu.org>2000-01-12 05:22:30 +0000
commit080a57baf6265ea547e638bb99f5cdc39d1f1307 (patch)
treee392c72a14061f361af3c252e8fd68338eabf362 /lispref/advice.texi
parent83c8f4616a4a1ea7919351c34dd3d577fad1770f (diff)
*** empty log message ***
Diffstat (limited to 'lispref/advice.texi')
-rw-r--r--lispref/advice.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/advice.texi b/lispref/advice.texi
index a7bcdaf16d..9fe5179e10 100644
--- a/lispref/advice.texi
+++ b/lispref/advice.texi
@@ -426,12 +426,12 @@ redefined.
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