From 6b178acfd1d29c9368b29e3b3291bdbde5f61d0d Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 12 Jun 2018 14:50:48 -0400 Subject: [PATCH] EUDC: Add commentary to eudc-bob.el * lisp/net/eudc-bob.el: Add commentary. --- lisp/net/eudc-bob.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/net/eudc-bob.el b/lisp/net/eudc-bob.el index 584d1a9d0d8..425f99a5036 100644 --- a/lisp/net/eudc-bob.el +++ b/lisp/net/eudc-bob.el @@ -25,8 +25,15 @@ ;;; Commentary: +;; eudc-bob.el presents binary entries in LDAP results in interactive +;; ways. For example, it will display JPEG binary data as an inline +;; image in the results buffer. See also +;; https://tools.ietf.org/html/rfc2798. + ;;; Usage: -;; See the corresponding info file + +;; The eudc-bob interactive functions are invoked when the user +;; interacts with an `eudc-query-form' results buffer. ;;; Code: -- 2.39.2