aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/rst.el2
-rw-r--r--lisp/which-key.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index c06b50e10bf..be8b013863f 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -4181,7 +4181,7 @@ string)) to be used for converting the document."
4181 (const :tag "No options" nil) 4181 (const :tag "No options" nil)
4182 (string :tag "Options")))) 4182 (string :tag "Options"))))
4183 :group 'rst-compile 4183 :group 'rst-compile
4184 :package-version "1.2.0") 4184 :package-version '(rst . "1.2.0"))
4185 4185
4186;; FIXME: Must be defcustom. 4186;; FIXME: Must be defcustom.
4187(defvar rst-compile-primary-toolset 'html 4187(defvar rst-compile-primary-toolset 'html
diff --git a/lisp/which-key.el b/lisp/which-key.el
index 25349ca91be..0ccae701689 100644
--- a/lisp/which-key.el
+++ b/lisp/which-key.el
@@ -62,7 +62,7 @@ A value of zero might lead to issues, so a non-zero value is
62recommended 62recommended
63(see https://github.com/justbur/emacs-which-key/issues/134)." 63(see https://github.com/justbur/emacs-which-key/issues/134)."
64 :type 'float 64 :type 'float
65 :package-version '(which-key "1.0") :version "30.1") 65 :package-version '(which-key . "1.0") :version "30.1")
66 66
67(defcustom which-key-idle-secondary-delay nil 67(defcustom which-key-idle-secondary-delay nil
68 "Seconds to wait for which-key to pop up after initial display. 68 "Seconds to wait for which-key to pop up after initial display.