Emacs 25.1になって、便利なヘルプコマンドが追加されました。 C-h oまたは<f1> oにバインドされているM-x describe-symbolです。 Emacsのシンボルには変数・関数・フェイス・・・
「ヘルプ」タグの記事一覧
Emacsのデフォルトのキーバインドを1秒で知る方法!org-modeでの例あり
emacs -Q -batch -f describe-bindings -eval '(with-current-buffer "*Help*" (princ (buffer-string)))'