Fix compile warnings

master
Oleh Krehel 10 years ago
parent 91f8e7c13b
commit 76d51ecd41
  1. 6
      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

Loading…
Cancel
Save