summaryrefslogtreecommitdiff
path: root/lisp/net/eudcb-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/eudcb-ldap.el
parent775fc5312b8a5775e2089532f757c081d0fb9a80 (diff)
downloademacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.tar.gz
emacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.tar.bz2
emacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.zip
; Stylistic docfixes in net/*.el found by checkdoc
Diffstat (limited to 'lisp/net/eudcb-ldap.el')
-rw-r--r--lisp/net/eudcb-ldap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el
index 0aff276475e..fc486567265 100644
--- a/lisp/net/eudcb-ldap.el
+++ b/lisp/net/eudcb-ldap.el
@@ -202,7 +202,7 @@ attribute names are returned. Default to `person'."
"Check if the current LDAP server has a configured search base."
(unless (or (eudc-ldap-get-host-parameter eudc-server 'base)
ldap-default-base
- (null (y-or-n-p "No search base defined. Configure it now? ")))
+ (null (y-or-n-p "No search base defined. Configure it now?")))
;; If the server is not in ldap-host-parameters-alist we add it for the
;; user
(if (null (assoc eudc-server ldap-host-parameters-alist))