]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Use setopt not setq for project-switch-commands.
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 13 Nov 2023 21:58:46 +0000 (21:58 +0000)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 13 Nov 2023 21:58:46 +0000 (21:58 +0000)
etc/NEWS

index d9ec527fcae161df974d15bb319c99153e3f9996..22a08bc97eaf03a8a7cfe2938b397788de377976 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -416,7 +416,7 @@ have access to all keys defined inside 'project-prefix-map', as well
 as global bindings (to run other commands inside the project root),
 you can add this to your init script:
 
-  (setq project-switch-commands #'project-prefix-or-any-command)
+  (setopt project-switch-commands #'project-prefix-or-any-command)
 
 ** VC