docs(emacs): formatting

This commit is contained in:
Lucien Cartier-Tilet 2024-01-22 21:20:10 +01:00
parent 0d2298c162
commit 464ba3b95a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -33,16 +33,16 @@ to ~p~ since it would conflict with my main ~general~ prefix.
#+end_src #+end_src
** Helpful ** Helpful
As the name tells, ~helpful~ is a really helpful package which greatly As the name tells, =helpful= is a really helpful package which greatly
enhances a couple of built-in functions from Emacs, namely: enhances a couple of built-in functions from Emacs, namely:
| Vanilla Emacs Function | Helpful Function | Comment | | Vanilla Emacs Function | Helpful Function | Comment |
|------------------------+------------------+-----------------------------------------------| |------------------------+------------------+-----------------------------------------------|
| ~describe-function~ | ~helpful-callable~ | Only interactive functions | | =describe-function= | =helpful-callable= | Only interactive functions |
| ~describe-function~ | ~helpful-function~ | Only actual functions (including interactive) | | =describe-function= | =helpful-function= | Only actual functions (including interactive) |
| ~describe-function~ | ~helpful-macro~ | | | =describe-function= | =helpful-macro= | |
| ~describe-command~ | ~helpful-command~ | | | =describe-command= | =helpful-command= | |
| ~describe-key~ | ~helpful-key~ | | | =describe-key= | =helpful-key= | |
| ~describe-variable~ | ~helpful-variable~ | | | =describe-variable= | =helpful-variable= | |
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package helpful (use-package helpful