mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -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,6 +23,7 @@
|
||||||
;; 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
|
;; This package provides a common interface to query directory servers using
|
||||||
;; different protocols such as LDAP, CCSO PH/QI or BBDB. Queries can be
|
;; different protocols such as LDAP, CCSO PH/QI or BBDB. Queries can be
|
||||||
;; made through an interactive form or inline. Inline query strings in
|
;; made through an interactive form or inline. Inline query strings in
|
||||||
|
|
@ -30,9 +31,10 @@
|
||||||
;; (especially used to expand email addresses in message buffers). EUDC
|
;; (especially used to expand email addresses in message buffers). EUDC
|
||||||
;; also interfaces with the BBDB package to let you register query results
|
;; also interfaces with the BBDB package to let you register query results
|
||||||
;; into your own BBDB database.
|
;; into your own BBDB database.
|
||||||
|
;;
|
||||||
;;; Usage:
|
;; Usage:
|
||||||
;; EUDC comes with an extensive documentation, please refer to it.
|
;;
|
||||||
|
;; EUDC comes with extensive documentation, please refer to it.
|
||||||
;;
|
;;
|
||||||
;; The main entry points of EUDC are:
|
;; The main entry points of EUDC are:
|
||||||
;; `eudc-query-form': Query a directory server from a query form
|
;; `eudc-query-form': Query a directory server from a query form
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue