emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/compile.texi,v
Date: Sat, 24 Nov 2007 03:06:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/24 03:06:33

Index: compile.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/compile.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- compile.texi        6 Sep 2007 04:27:43 -0000       1.2
+++ compile.texi        24 Nov 2007 03:06:33 -0000      1.3
@@ -505,6 +505,9 @@
 @code{if}, and @var{func} must appear quoted in the call to
 @code{fboundp}.  (This feature operates for @code{cond} as well.)
 
+  You can tell the compiler that a function is defined using a
address@hidden statement (@pxref{Declaring Functions}).
+
   Likewise, you can suppress a compiler warning for an unbound variable
 @var{variable} by conditionalizing its use on a @code{boundp} test,
 like this:
@@ -518,6 +521,9 @@
 @code{if}, and @var{variable} must appear quoted in the call to
 @code{boundp}.
 
+  You can tell the compiler that a variable is defined using a
address@hidden statement with no initial value.
+
   You can suppress any compiler warnings using the construct
 @code{with-no-warnings}:
 
@@ -533,6 +539,9 @@
 possible piece of code.
 @end defspec
 
+More precise control of warnings is possible by setting the variable
address@hidden
+
 @node Byte-Code Objects
 @section Byte-Code Function Objects
 @cindex compiled function




reply via email to

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