diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2018-06-12 14:50:48 -0400 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2018-08-15 21:42:49 -0400 |
commit | 6b178acfd1d29c9368b29e3b3291bdbde5f61d0d (patch) | |
tree | 49ef6a5bb72fdccbc42116e914c6ee3d7777f5a9 /lisp/net/eudc-bob.el | |
parent | bcdb2d9733118a6529a66e12c3f2dc7662370c15 (diff) | |
download | emacs-6b178acfd1d29c9368b29e3b3291bdbde5f61d0d.tar.gz emacs-6b178acfd1d29c9368b29e3b3291bdbde5f61d0d.tar.bz2 emacs-6b178acfd1d29c9368b29e3b3291bdbde5f61d0d.zip |
EUDC: Add commentary to eudc-bob.el
* lisp/net/eudc-bob.el: Add commentary.
Diffstat (limited to 'lisp/net/eudc-bob.el')
-rw-r--r-- | lisp/net/eudc-bob.el | 9 |
1 files changed, 8 insertions, 1 deletions
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: |