emacs.rst
changeset 1189 78104ca7c163
parent 1143 3a3389b22964
child 1207 b014c71fdb7d
child 1265 f98228108bb6
--- 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.
 -------------