]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el (project-switch-use-entire-map): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 22 May 2023 18:31:56 +0000 (21:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 22 May 2023 18:31:56 +0000 (21:31 +0300)
lisp/progmodes/project.el

index a18b918db62fa5b72b19e06c86d6fab9590f5cab..35b57ee48197a77c57665e6a4e1e7038f9627d5d 100644 (file)
@@ -1759,11 +1759,12 @@ invoked immediately without any dispatch menu."
           (symbol :tag "Single command")))
 
 (defcustom project-switch-use-entire-map nil
-  "Make `project-switch-project' use entire `project-prefix-map'.
+  "Whether `project-switch-project' will use the entire `project-prefix-map'.
 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."
+listed in `project-switch-commands', and will signal an error
+when other commands are invoked.  If this is non-nil, all the
+keys in `project-prefix-map' are valid even if they aren't
+listed in the dispatch menu produced from `project-switch-commands'."
   :type 'boolean
   :group 'project
   :version "28.1")