]> code.delx.au - gnu-emacs/commitdiff
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
authorMark Oteiza <mvoteiza@udel.edu>
Sat, 17 Oct 2015 15:49:36 +0000 (11:49 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sat, 17 Oct 2015 15:49:36 +0000 (11:49 -0400)
lisp/emacs-lisp/eldoc.el

index 2dae86ebc9516c2567d01769c416f6a61e9ea943..bbc8e153f74cc6577c5b3027858eb22669be1fe8 100644 (file)
@@ -410,6 +410,7 @@ return any documentation.")
 \f
 ;; 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"