emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 106/117: Add apropos


From: Matthew Fidler
Subject: [elpa] 106/117: Add apropos
Date: Fri, 25 Jul 2014 13:24:38 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 13ff011d90713e5f96a541ab427835577d27772c
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 09:20:09 2014 -0500

    Add apropos
---
 ergoemacs-unbind.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ergoemacs-unbind.el b/ergoemacs-unbind.el
index 7007bc6..16b38a6 100644
--- a/ergoemacs-unbind.el
+++ b/ergoemacs-unbind.el
@@ -103,7 +103,7 @@
     ("<f1> P" (nil describe-package))
     ("<f1> RET" (view-order-manuals))
     ("<f1> S" (info-lookup-symbol))
-    ("<f1> a" (apropos-command))
+    ("<f1> a" (apropos apropos-command))
     ("<f1> b" (describe-bindings))
     ("<f1> c" (describe-key-briefly))
     ("<f1> d" (apropos-documentation))
@@ -159,7 +159,7 @@
     ("<help> P" (nil describe-package))
     ("<help> RET" (view-order-manuals))
     ("<help> S" (info-lookup-symbol))
-    ("<help> a" (apropos-command))
+    ("<help> a" (apropos apropos-command))
     ("<help> b" (describe-bindings))
     ("<help> c" (describe-key-briefly))
     ("<help> d" (apropos-documentation))
@@ -286,7 +286,7 @@
     ("C-h P" (describe-package nil))
     ("C-h RET" (view-order-manuals))
     ("C-h S" (info-lookup-symbol))
-    ("C-h a" (apropos-command))
+    ("C-h a" (apropos apropos-command))
     ("C-h b" (describe-bindings))
     ("C-h c" (describe-key-briefly))
     ("C-h d" (apropos-documentation))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]