diff options
Diffstat (limited to 'lisp/net/secrets.el')
-rw-r--r-- | lisp/net/secrets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index 4102b9d322a..4217c219ad9 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el @@ -159,7 +159,7 @@ "Whether there is a daemon offering the Secret Service API.") (defvar secrets-debug nil - "Write debug messages") + "Write debug messages.") (defconst secrets-service "org.freedesktop.secrets" "The D-Bus name used to talk to Secret Service.") |