summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-12-14 12:31:54 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-12-14 12:33:05 +0100
commit6858119bcd4c34f5a28440b69803e9d7f99a35f7 (patch)
treeb54ad8e2d2c65941a20624aea4b6bf1505c5aa9d /lisp/progmodes
parentc42965745daa607ac434c56ce19a37a94fb9a2c7 (diff)
downloademacs-6858119bcd4c34f5a28440b69803e9d7f99a35f7.tar.gz
emacs-6858119bcd4c34f5a28440b69803e9d7f99a35f7.tar.bz2
emacs-6858119bcd4c34f5a28440b69803e9d7f99a35f7.zip
; * lisp/progmodes/project.el (project-switch-use-entire-map): Typo
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/project.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d4c0e46c851..d786c3f967a 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -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 ()