From 59c67f8181e849bea37919c757ac7691b27e1657 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sat, 17 Oct 2015 11:49:36 -0400 Subject: [PATCH] * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list --- lisp/emacs-lisp/eldoc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 2dae86ebc95..bbc8e153f74 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -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" -- 2.39.2