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

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

[elpa] externals/ebdb dd83c7e 115/350: Short-circuit ebdb-info


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb dd83c7e 115/350: Short-circuit ebdb-info
Date: Mon, 14 Aug 2017 11:46:18 -0400 (EDT)

branch: externals/ebdb
commit dd83c7e3f5c6c6daa4bb9b210c5b3bc6704b2156
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Short-circuit ebdb-info
    
    * ebdb-com.el (ebdb-info): Just mention the temporary Org file.
---
 ebdb-com.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index e3f8631..bdb168e 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -2845,7 +2845,9 @@ With prefix argument ARG, prompt for which mail address 
to use."
 ;;;###autoload
 (defun ebdb-info ()
   (interactive)
-  (info (format "(%s)Top" (or ebdb-info-file "ebdb"))))
+  (message "The manual is not yet complete, please see ebdb.org")
+;  (info (format "(%s)Top" (or ebdb-info-file "ebdb")))
+  )
 
 ;;;###autoload
 (defun ebdb-help ()



reply via email to

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