radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
491 stars 47 forks source link

Feature Request: (setq help-enable-symbol-autoload t) #490

Closed hrehfeld closed 1 year ago

hrehfeld commented 2 years ago

https://gitlab.com/ganserla/emacs/-/commit/c53aff5de71d7c558c222c35fd1cda0298d834b1

  If you request help for an autoloaded function that doesn't have a
doc string, the @file{*Help*} buffer won't have any doc string to
display.  If @code{help-enable-symbol-autoload} is non-@code{nil},
Emacs will try to load the file the function is defined in to see
whether there's a doc string there.
raxod502 commented 1 year ago

Merged