diff options
| author | Thomas Fitzsimmons | 2018-06-12 14:50:48 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons | 2018-08-15 21:42:49 -0400 |
| commit | 6b178acfd1d29c9368b29e3b3291bdbde5f61d0d (patch) | |
| tree | 49ef6a5bb72fdccbc42116e914c6ee3d7777f5a9 | |
| parent | bcdb2d9733118a6529a66e12c3f2dc7662370c15 (diff) | |
| download | emacs-6b178acfd1d29c9368b29e3b3291bdbde5f61d0d.tar.gz emacs-6b178acfd1d29c9368b29e3b3291bdbde5f61d0d.zip | |
EUDC: Add commentary to eudc-bob.el
* lisp/net/eudc-bob.el: Add commentary.
| -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 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Commentary: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; eudc-bob.el presents binary entries in LDAP results in interactive | ||
| 29 | ;; ways. For example, it will display JPEG binary data as an inline | ||
| 30 | ;; image in the results buffer. See also | ||
| 31 | ;; https://tools.ietf.org/html/rfc2798. | ||
| 32 | |||
| 28 | ;;; Usage: | 33 | ;;; Usage: |
| 29 | ;; See the corresponding info file | 34 | |
| 35 | ;; The eudc-bob interactive functions are invoked when the user | ||
| 36 | ;; interacts with an `eudc-query-form' results buffer. | ||
| 30 | 37 | ||
| 31 | ;;; Code: | 38 | ;;; Code: |
| 32 | 39 | ||