]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el (project-switch-use-entire-map): Typo
authorMattias Engdegård <mattiase@acm.org>
Mon, 14 Dec 2020 11:31:54 +0000 (12:31 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 14 Dec 2020 11:33:05 +0000 (12:33 +0100)
lisp/progmodes/project.el

index d4c0e46c8517dbf1342b1bb7afbabc2f2d62f1e8..d786c3f967a7aa47902490816bed2970c90627fc 100644 (file)
@@ -1281,7 +1281,7 @@ If nil, `project-switch-project' will only recognize commands
 listed in `project-switch-commands' and signal an error when
 others are invoked.  Otherwise, all keys in `project-prefix-map'
 are legal even if they aren't listed in the dispatch menu."
-  :type 'bool
+  :type 'boolean
   :version "28.1")
 
 (defun project--keymap-prompt ()