From c9f2a10e8442b96e2c43962dfe9099153d0c011f Mon Sep 17 00:00:00 2001 From: kaoru Date: Thu, 26 Oct 2000 11:45:53 +0000 Subject: [PATCH] Checkdoc. --- elmo/pldap.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elmo/pldap.el b/elmo/pldap.el index 2687c23..9437722 100644 --- a/elmo/pldap.el +++ b/elmo/pldap.el @@ -39,6 +39,7 @@ (eval-when-compile (require 'cl)) (defmacro ldap-static-if (cond then &rest else) + "`if' expression but COND is evaluated at compile-time." (if (eval cond) then (` (progn (,@ else))))) @@ -55,7 +56,7 @@ ;; SAFE-CHAR = %x01-09 / %x0B-0C / %x0E-7F (defconst ldap-ldif-safe-char-regexp "[\000-\011\013\014\016-\177]" - "A Regexp for safe-char") + "A Regexp for safe-char.") ;; SAFE-INIT-CHAR = %x01-09 / %x0B-0C / %x0E-1F / ;; %x21-39 / %x3B / %x3D-7F (defconst ldap-ldif-safe-init-char-regexp -- 1.7.10.4