diff options
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index da865255e36..edf690cdf9c 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -809,7 +809,7 @@ LABEL is used to distinguish the function in the dispatch menu." | |||
| 809 | 'project-find-file "f" "Find file") | 809 | 'project-find-file "f" "Find file") |
| 810 | 810 | ||
| 811 | (project-add-switch-command | 811 | (project-add-switch-command |
| 812 | 'project-find-regexp "g" "Find regexp") | 812 | 'project-find-regexp "s" "Find regexp") |
| 813 | 813 | ||
| 814 | (project-add-switch-command | 814 | (project-add-switch-command |
| 815 | 'project-dired "d" "Dired") | 815 | 'project-dired "d" "Dired") |