aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/loading.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/loading.texi')
-rw-r--r--doc/lispref/loading.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index a07c2e8a792..a0393c957d4 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -419,6 +419,8 @@ the shadowed files as a string.
419 419
420@node Loading Non-ASCII 420@node Loading Non-ASCII
421@section Loading Non-@acronym{ASCII} Characters 421@section Loading Non-@acronym{ASCII} Characters
422@cindex loading, and non-ASCII characters
423@cindex non-ASCII characters in loaded files
422 424
423 When Emacs Lisp programs contain string constants with non-@acronym{ASCII} 425 When Emacs Lisp programs contain string constants with non-@acronym{ASCII}
424characters, these can be represented within Emacs either as unibyte 426characters, these can be represented within Emacs either as unibyte
@@ -907,6 +909,8 @@ with a call to @code{provide}. The order of the elements in the
907 909
908@node Where Defined 910@node Where Defined
909@section Which File Defined a Certain Symbol 911@section Which File Defined a Certain Symbol
912@cindex symbol, where defined
913@cindex where was a symbol defined
910 914
911@defun symbol-file symbol &optional type 915@defun symbol-file symbol &optional type
912This function returns the name of the file that defined @var{symbol}. 916This function returns the name of the file that defined @var{symbol}.