mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Normalize "Commentary" section in eudc.el
* lisp/net/eudc.el: Normalize "Commentary" section to make 'M-x describe-package RET eudc RET' more useful.
This commit is contained in:
parent
d656be9794
commit
aaaafddc94
1 changed files with 19 additions and 17 deletions
|
|
@ -23,25 +23,27 @@
|
||||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; 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:
|
;; This package provides a common interface to query directory servers using
|
||||||
;; EUDC comes with an extensive documentation, please refer to it.
|
;; 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.
|
||||||
;;
|
;;
|
||||||
;; The main entry points of EUDC are:
|
;; Usage:
|
||||||
;; `eudc-query-form': Query a directory server from a query form
|
;;
|
||||||
;; `eudc-expand-inline': Query a directory server for the e-mail address
|
;; EUDC comes with extensive documentation, please refer to it.
|
||||||
;; of the name before cursor and insert it in the
|
;;
|
||||||
;; buffer
|
;; The main entry points of EUDC are:
|
||||||
;; `eudc-get-phone': Get a phone number from a directory server
|
;; `eudc-query-form': Query a directory server from a query form
|
||||||
;; `eudc-get-email': Get an e-mail address from a directory server
|
;; `eudc-expand-inline': Query a directory server for the e-mail address
|
||||||
;; `eudc-customize': Customize various aspects of EUDC
|
;; 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:
|
;;; Code:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue