Hacker News new | ask | show | jobs
by webreac 4937 days ago
C-h k C-h k gives me: C-h k runs the command describe-key, which is an interactive compiled Lisp function.

It is bound to C-h k, <f1> k, <help> k, <menu-bar> <help-menu> <describe> <describe-key-1>.

I have no link to the source file. I am running version 23.1.1

2 comments

Where did you get your binary? Many linux packages have the .el source files as a separate package and only put the compiled .elc files in the main package.
You don’t have the elisp sources installed. If you're on a unixy system, use your system’s package manager to install the "emacs-el" package.
emacs23-el. Thank you very much