diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-10-05 00:45:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-10-05 00:45:54 +0200 |
commit | aaaafddc945bbd046d675ea50f221edb02c8988b (patch) | |
tree | 1cf9897e640c58b894e4132f744669e633a43775 /lisp | |
parent | d656be9794dcce02fb0b2ac3f5a955ddbe57040d (diff) | |
download | emacs-aaaafddc945bbd046d675ea50f221edb02c8988b.tar.gz emacs-aaaafddc945bbd046d675ea50f221edb02c8988b.tar.bz2 emacs-aaaafddc945bbd046d675ea50f221edb02c8988b.zip |
Normalize "Commentary" section in eudc.el
* lisp/net/eudc.el: Normalize "Commentary" section to make
'M-x describe-package RET eudc RET' more useful.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/eudc.el | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index da8955d52c9..9e640768285 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el @@ -23,25 +23,27 @@ ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: -;; This package provides a common interface to query directory servers using -;; different protocols such as LDAP, CCSO PH/QI or BBDB. Queries can be -;; made through an interactive form or inline. Inline query strings in -;; buffers are expanded with appropriately formatted query results -;; (especially used to expand email addresses in message buffers). EUDC -;; also interfaces with the BBDB package to let you register query results -;; into your own BBDB database. - -;;; Usage: -;; EUDC comes with an extensive documentation, please refer to it. + +;; This package provides a common interface to query directory servers using +;; different protocols such as LDAP, CCSO PH/QI or BBDB. Queries can be +;; made through an interactive form or inline. Inline query strings in +;; buffers are expanded with appropriately formatted query results +;; (especially used to expand email addresses in message buffers). EUDC +;; also interfaces with the BBDB package to let you register query results +;; into your own BBDB database. +;; +;; Usage: +;; +;; EUDC comes with extensive documentation, please refer to it. ;; -;; The main entry points of EUDC are: -;; `eudc-query-form': Query a directory server from a query form -;; `eudc-expand-inline': Query a directory server for the e-mail address -;; of the name before cursor and insert it in the -;; buffer -;; `eudc-get-phone': Get a phone number from a directory server -;; `eudc-get-email': Get an e-mail address from a directory server -;; `eudc-customize': Customize various aspects of EUDC +;; The main entry points of EUDC are: +;; `eudc-query-form': Query a directory server from a query form +;; `eudc-expand-inline': Query a directory server for the e-mail address +;; of the name before cursor and insert it in the +;; buffer +;; `eudc-get-phone': Get a phone number from a directory server +;; `eudc-get-email': Get an e-mail address from a directory server +;; `eudc-customize': Customize various aspects of EUDC ;;; Code: |