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

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

[elpa] externals/ebdb b37356a 270/350: Fix docstring of ebdb-create-reco


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb b37356a 270/350: Fix docstring of ebdb-create-record
Date: Mon, 14 Aug 2017 11:46:52 -0400 (EDT)

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

    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



reply via email to

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