From 8b6cc7383396c72b61e4038cfcb8c884ae4e157e Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sun, 11 Aug 2024 21:28:43 +0200 Subject: [PATCH] Fix project-dired keybinding in manual * doc/emacs/maintaining.texi (Project File Commands): Fix the keybinding for `project-dired'. (Bug#72581) (cherry picked from commit 505139e0bad92cd44774b0002585ae1212df11a6) --- doc/emacs/maintaining.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index bf64b059722..b42638975b2 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1824,7 +1824,7 @@ the current project. @item C-x p r Perform query-replace for a regexp in all files that belong to the current project (@code{project-query-replace-regexp}). -@item C-x p d +@item C-x p D Run Dired in the current project's root directory (@code{project-dired}). @item C-x p v -- 2.39.2