diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:48:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:57:03 +0200 |
commit | 3eb480c8a425a6c563bb75b45911c3aa7169faee (patch) | |
tree | fe5e361967bb65e00d2398de413e6ed3f31c2c7c /lisp/net/eudcb-ldap.el | |
parent | 775fc5312b8a5775e2089532f757c081d0fb9a80 (diff) | |
download | emacs-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.el | 2 |
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)) |