emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 76d51ec 23/36: Fix compile warnings


From: Oleh Krehel
Subject: [elpa] master 76d51ec 23/36: Fix compile warnings
Date: Sat, 22 Jul 2017 11:22:24 -0400 (EDT)

branch: master
commit 76d51ecd417b426941bd84e425dcbbc72aff46af
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Fix compile warnings
---
 hydra.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hydra.el b/hydra.el
index 09a0052..c6fc306 100644
--- a/hydra.el
+++ b/hydra.el
@@ -213,10 +213,12 @@ the body or the head."
 
 (defcustom hydra-key-format-spec "%s"
   "Default `format'-style specifier for _a_  syntax in docstrings.
-When nil, you can specify your own at each location like this: _ 5a_.")
+When nil, you can specify your own at each location like this: _ 5a_."
+  :type 'string)
 
 (defcustom hydra-doc-format-spec "%s"
-  "Default `format'-style specifier for ?a?  syntax in docstrings.")
+  "Default `format'-style specifier for ?a?  syntax in docstrings."
+  :type 'string)
 
 (make-obsolete-variable
  'hydra-key-format-spec



reply via email to

[Prev in Thread] Current Thread [Next in Thread]