* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list

This commit is contained in:
Mark Oteiza 2015-10-17 11:49:36 -04:00
parent 1431f66750
commit 59c67f8181

View file

@ -410,6 +410,7 @@ return any documentation.")
;; Prime the command list.
(eldoc-add-command-completions
"back-to-indentation"
"backward-" "beginning-of-" "delete-other-windows" "delete-window"
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"