diff options
| author | Damien Cassou <damien@cassou.me> | 2024-02-11 14:12:46 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-02-11 18:10:23 +0100 |
| commit | 1f5d1ad02ef420c6bc20403832e443093150b17c (patch) | |
| tree | 1f8dd18f5f32a0cd84db6cbbb1926c50c44203a3 /docs | |
| parent | fda46f20a698ba5a14ce2b0c7ea9653e66e6b6ad (diff) | |
manual: Delete references to magit-status-refresh-hook
This variable doesn't exist anymore.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 10 | ||||
| -rw-r--r-- | docs/magit.texi | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/docs/magit.org b/docs/magit.org index 05787b0..19ffd98 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -2474,10 +2474,6 @@ variable. *** Status Options -- User Option: magit-status-refresh-hook :: - - Hook run after a status buffer has been refreshed. - - User Option: magit-status-margin :: This option specifies whether the margin is initially shown in @@ -8005,9 +8001,9 @@ current buffer. #+end_src You should also check whether any third-party packages have added -anything to ~magit-refresh-buffer-hook~, ~magit-status-refresh-hook~, -~magit-pre-refresh-hook~, and ~magit-post-refresh-hook~. If so, then -check whether those additions impact performance significantly. +anything to ~magit-refresh-buffer-hook~, ~magit-pre-refresh-hook~, and +~magit-post-refresh-hook~. If so, then check whether those additions +impact performance significantly. Magit can be told to refresh buffers verbosely using ~M-x magit-toggle-verbose-refresh~. Enabling this helps figuring out which diff --git a/docs/magit.texi b/docs/magit.texi index cb53e18..11837fb 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -3083,10 +3083,6 @@ respective commits. @node Status Options @subsection Status Options -@defopt magit-status-refresh-hook -Hook run after a status buffer has been refreshed. -@end defopt - @defopt magit-status-margin This option specifies whether the margin is initially shown in Magit-Status mode buffers and how it is formatted. @@ -9992,9 +9988,9 @@ current buffer. @end lisp You should also check whether any third-party packages have added -anything to @code{magit-refresh-buffer-hook}, @code{magit-status-refresh-hook}, -@code{magit-pre-refresh-hook}, and @code{magit-post-refresh-hook}. If so, then -check whether those additions impact performance significantly. +anything to @code{magit-refresh-buffer-hook}, @code{magit-pre-refresh-hook}, and +@code{magit-post-refresh-hook}. If so, then check whether those additions +impact performance significantly. Magit can be told to refresh buffers verbosely using @code{M-x magit-toggle-verbose-refresh}. Enabling this helps figuring out which |
