From: Mark Oteiza Date: Sat, 17 Oct 2015 15:49:36 +0000 (-0400) Subject: * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list X-Git-Tag: emacs-25.0.90~1098 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/59c67f8181e849bea37919c757ac7691b27e1657 * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list --- diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 2dae86ebc9..bbc8e153f7 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"