Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d9842c6
Commit
3d9842c6
authored
Oct 01, 2009
by
Glenn Morris
Browse files
(Declaring Functions): Mention that we also search for ".m" files in
the src/ directory.
parent
a4d2c321
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+6
-2
doc/lispref/functions.texi
doc/lispref/functions.texi
+5
-5
No files found.
doc/lispref/ChangeLog
View file @
3d9842c6
2009-10-01 Glenn Morris <rgm@gnu.org>
* functions.texi (Declaring Functions): Mention that we also search for
".m" files in the src/ directory.
2009-09-25 David Engster <deng@randomsample.de>
* display.texi (Managing Overlays): Document
copy-overlay (Bug#4549).
* display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2009-09-22 Glenn Morris <rgm@gnu.org>
...
...
doc/lispref/functions.texi
View file @
3d9842c6
...
...
@@ -1312,11 +1312,11 @@ definition using @code{locate-library}; if that finds no file, they
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment