emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 1488441f6e 1/2: Fix profiling summary command name


From: ELPA Syncer
Subject: [nongnu] elpa/cider 1488441f6e 1/2: Fix profiling summary command name
Date: Thu, 13 Jan 2022 02:02:09 -0500 (EST)

branch: elpa/cider
commit 1488441f6e59f73d1709bfefb167580beec77b9d
Author: Cam Saul <1455846+camsaul@users.noreply.github.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix profiling summary command name
    
    `cider-profile-display-stats` isn't a command and `C- C-= S` is currently 
bound to `cider-profile-summary`. I'm guessing maybe this code was reworked at 
some point but the dox didn't get updated
---
 doc/modules/ROOT/pages/debugging/profiling.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/debugging/profiling.adoc 
b/doc/modules/ROOT/pages/debugging/profiling.adoc
index 1ef33e92b3..7a2da5deb3 100644
--- a/doc/modules/ROOT/pages/debugging/profiling.adoc
+++ b/doc/modules/ROOT/pages/debugging/profiling.adoc
@@ -18,7 +18,7 @@ namespace.
 Afterwards you can evaluate some code making use of those vars and their
 invocations will be automatically profiled.
 
-You can display a report of the collected profiling data with `M-x 
cider-profile-display-stats` (kbd:[C-c C-= S]). If you'd like to limit the 
displayed data to a particular var you should try
+You can display a report of the collected profiling data with `M-x 
cider-profile-summary` (kbd:[C-c C-= S]). If you'd like to limit the displayed 
data to a particular var you should try
 `M-x cider-profile-var-summary` (kbd:[C-c C-= s]).
 
 == Understanding the Report Format



reply via email to

[Prev in Thread] Current Thread [Next in Thread]