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
d632fb82
Commit
d632fb82
authored
Sep 06, 2008
by
Martin Rudalics
Browse files
(Where Defined): Fix description of symbol-file.
parent
37fda77e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/loading.texi
doc/lispref/loading.texi
+9
-6
No files found.
doc/lispref/ChangeLog
View file @
d632fb82
2008
-
09
-
06
Martin
Rudalics
<
rudalics
@
gmx
.
at
>
*
loading
.
texi
(
Where
Defined
):
Fix
description
of
symbol
-
file
.
2008
-
08
-
26
Jason
Rumney
<
jasonr
@
gnu
.
org
>
*
display
.
texi
(
TIFF
Images
):
New
section
describing
:
index
property
.
...
...
doc/lispref/loading.texi
View file @
d632fb82
...
...
@@ -798,12 +798,15 @@ with a call to @code{provide}. The order of the elements in the
@
defun
symbol
-
file
symbol
&
optional
type
This
function
returns
the
name
of
the
file
that
defined
@
var
{
symbol
}.
If
@
var
{
type
}
is
@
code
{
nil
},
then
any
kind
of
definition
is
acceptable
.
If
@
var
{
type
}
is
@
code
{
defun
}
or
@
code
{
defvar
},
that
specifies
function
definition
only
or
variable
definition
only
.
The
value
is
normally
an
absolute
file
name
.
It
can
also
be
@
code
{
nil
},
if
the
definition
is
not
associated
with
any
file
.
If
@
var
{
type
}
is
@
code
{
nil
},
then
any
kind
of
definition
is
acceptable
.
If
@
var
{
type
}
is
@
code
{
defun
},
@
code
{
defvar
},
or
@
code
{
defface
},
that
specifies
function
definition
,
variable
definition
,
or
face
definition
only
.
The
value
is
normally
an
absolute
file
name
.
It
can
also
be
@
code
{
nil
},
if
the
definition
is
not
associated
with
any
file
.
If
@
var
{
symbol
}
specifies
an
autoloaded
function
,
the
value
can
be
a
relative
file
name
without
extension
.
@
end
defun
The
basis
for
@
code
{
symbol
-
file
}
is
the
data
in
the
variable
...
...
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