emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog functions.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog functions.texi
Date: Thu, 01 Oct 2009 02:05:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/01 02:05:32

Modified files:
        doc/lispref    : ChangeLog functions.texi 

Log message:
        (Declaring Functions): Mention that we also search for ".m" files in
        the src/ directory.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.328&r2=1.329
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/functions.texi?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -b -r1.328 -r1.329
--- ChangeLog   25 Sep 2009 03:36:16 -0000      1.328
+++ ChangeLog   1 Oct 2009 02:05:32 -0000       1.329
@@ -1,7 +1,11 @@
+2009-10-01  Glenn Morris  <address@hidden>
+
+       * functions.texi (Declaring Functions): Mention that we also search for
+       ".m" files in the src/ directory.
+
 2009-09-25  David Engster  <address@hidden>
 
-       * display.texi (Managing Overlays): Document
-       copy-overlay (Bug#4549).
+       * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
 
 2009-09-22  Glenn Morris  <address@hidden>
 

Index: functions.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/functions.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- functions.texi      13 Sep 2009 01:47:04 -0000      1.20
+++ functions.texi      1 Oct 2009 02:05:32 -0000       1.21
@@ -1312,11 +1312,11 @@
 expand the definition file name relative to the directory of the file
 that contains the @code{declare-function} call.
 
-  You can also say that a function is defined by C code by specifying
-a file name ending in @samp{.c}.  @code{check-declare-file} looks for
-these files in the C source code directory.  This is useful only when
-you call a function that is defined only on certain systems.  Most
-of the primitive functions of Emacs are always defined so they will
+  You can also say that a function is defined by C code by specifying a
+file name ending in @samp{.c} or @samp{.m}.  @code{check-declare-file}
+looks for these files in the C source code directory.  This is useful
+only when you call a function that is defined only on certain systems.
+Most of the primitive functions of Emacs are always defined so they will
 never give you a warning.
 
   Sometimes a file will optionally use functions from an external package.




reply via email to

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