]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/eldoc.el
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
[gnu-emacs] / 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"