symbol-file
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 03 Jan 2012 13:26:20 +0200
changeset 1189 78104ca7c163
parent 1188 9ec5ad4e7d15
child 1190 26fd684df3ee
symbol-file
emacs.rst
--- a/emacs.rst	Mon Jan 02 20:23:25 2012 +0200
+++ b/emacs.rst	Tue Jan 03 13:26:20 2012 +0200
@@ -57,7 +57,9 @@
 What functions and variables Emacs load and from which files?
 -------------------------------------------------------------
 
-See value of variable ``load-history`` (by C-h v load-history RET).
+See value of variable ``load-history`` (by C-h v load-history RET)::
+
+  (symbol-file 'c-mode)
 
 Using edebug.
 -------------