branch: externals/ebdb
commit f133aef34c423b29fb6bebcabc12fcb36dc4d5d4
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Docstring fix for ebdb-mail
* ebdb-com.el (ebdb-mail): Use automated documentation tools.
---
ebdb-com.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index 82c42f9..a4fe984 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -2369,8 +2369,7 @@ If ARG (interactively, the prefix arg) is nil, use the
primary
mail address of each record. If it is t, prompt the user for
which address to use.
-Another approach is to put point on a mail field and press \"a\",
-for `ebdb-field-action'."
+\\<ebdb-mode-map>Another approach is to put point on a mail field and press
\\[ebdb-record-action]."
(interactive (list (ebdb-do-records) nil
current-prefix-arg))
(setq records (ebdb-record-list records))