summaryrefslogtreecommitdiff
path: root/lisp/net/ldap.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-19 16:48:35 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-19 16:57:03 +0200
commit3eb480c8a425a6c563bb75b45911c3aa7169faee (patch)
treefe5e361967bb65e00d2398de413e6ed3f31c2c7c /lisp/net/ldap.el
parent775fc5312b8a5775e2089532f757c081d0fb9a80 (diff)
; Stylistic docfixes in net/*.el found by checkdoc
Diffstat (limited to 'lisp/net/ldap.el')
-rw-r--r--lisp/net/ldap.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el
index 8b63dce2113..8b35a2d8e16 100644
--- a/lisp/net/ldap.el
+++ b/lisp/net/ldap.el
@@ -154,8 +154,7 @@ Valid properties include:
(string :tag "Argument")))
(defcustom ldap-ldapsearch-password-prompt-regexp "Enter LDAP Password: "
- "A regular expression used to recognize the `ldapsearch'
-program's password prompt."
+ "Regexp used to recognize the `ldapsearch' program's password prompt."
:type 'regexp
:version "25.1")