Wilfred / helpful

A better Emacs *help* buffer
1.11k stars 62 forks source link

Mark symbol in "[the] command <symbol>" as callable #303

Closed kisaragi-hiu closed 1 year ago

kisaragi-hiu commented 1 year ago

This, for example, skips an unnecessary "show variable?" for local minor mode variables.

Whereas recentf-mode (global) says:

Non-nil if Recentf mode is enabled.

See the recentf-mode command for a description of this minor mode.

, whitespace-mode (local) says:

Non-nil if Whitespace mode is enabled.

Use the command whitespace-mode to change this variable.

. This change catches the latter case.

Wilfred commented 1 year ago

Thanks.