]> git.eshelyaron.com Git - emacs.git/commitdiff
Normalize "Commentary" section in eudc.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 22:45:54 +0000 (00:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:49:09 +0000 (08:49 +0200)
* lisp/net/eudc.el: Normalize "Commentary" section to make
'M-x describe-package RET eudc RET' more useful.

(cherry picked from commit aaaafddc945bbd046d675ea50f221edb02c8988b)

lisp/net/eudc.el

index da8955d52c9b7488969d018363008feb02dfcb05..9e640768285670e93b160481f8f541fdd5ce4a7d 100644 (file)
 ;; 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: