diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2015-10-17 11:49:36 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2015-10-17 11:49:36 -0400 |
commit | 59c67f8181e849bea37919c757ac7691b27e1657 (patch) | |
tree | ca3643f14b7f97cfde99c1e049ef3ae03678f0ab /lisp/emacs-lisp | |
parent | 1431f667504b610471257802aa2f2f4f0d8443de (diff) | |
download | emacs-59c67f8181e849bea37919c757ac7691b27e1657.tar.gz emacs-59c67f8181e849bea37919c757ac7691b27e1657.tar.bz2 emacs-59c67f8181e849bea37919c757ac7691b27e1657.zip |
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 1 |
1 files changed, 1 insertions, 0 deletions
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" |