# HG changeset patch # User Oleksandr Gavenko # Date 1325589980 -7200 # Node ID 78104ca7c1634a44d8d950398f4e3937e0131205 # Parent 9ec5ad4e7d15d5bb1bf4853e8e3bab5622a9b2a0 symbol-file diff -r 9ec5ad4e7d15 -r 78104ca7c163 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. -------------