branch: externals/ebdb
commit b37356ab7b106852303fd08878b92d65e726df76
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Fix docstring of ebdb-create-record
* ebdb-com.el (ebdb-create-record): Extended create is done with a
separate command, not with the prefix argument.
---
ebdb-com.el | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index cafdfe4..2d7cca3 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1562,12 +1562,9 @@ actually-editable records."
(defun ebdb-create-record (db &optional record-class)
"Create a new EBDB record.
-With no prefix argument, assume that we're creating a record in
-the first database found in `ebdb-db-list', using its default
-record class.
-
-With a prefix arg, prompt for the database to use (assuming there
-is more than one), and prompt for the record class to use."
+Assume that we're creating a record in the first database found
+in `ebdb-db-list', using its default record class. Use
+`ebdb-create-record-extended' to be prompted for these values."
(interactive
(list (car ebdb-db-list)))
(unless record-class