branch: externals/ebdb
commit dd83c7e3f5c6c6daa4bb9b210c5b3bc6704b2156
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
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 ()