[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 59c67f8: * lisp/emacs-lisp/eldoc.el: Add back-to-in
From: |
Mark Oteiza |
Subject: |
[Emacs-diffs] master 59c67f8: * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list |
Date: |
Sat, 17 Oct 2015 15:50:42 +0000 |
branch: master
commit 59c67f8181e849bea37919c757ac7691b27e1657
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
---
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 2dae86e..bbc8e15 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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 59c67f8: * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list,
Mark Oteiza <=