From 464ba3b95abb0b13676f7452be2f5bf225a50561 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 22 Jan 2024 21:20:10 +0100 Subject: [PATCH] docs(emacs): formatting --- docs/emacs/packages/helpful.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/emacs/packages/helpful.org b/docs/emacs/packages/helpful.org index b087cc9..aeb0ac0 100644 --- a/docs/emacs/packages/helpful.org +++ b/docs/emacs/packages/helpful.org @@ -33,16 +33,16 @@ to ~p~ since it would conflict with my main ~general~ prefix. #+end_src ** 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: | Vanilla Emacs Function | Helpful Function | Comment | |------------------------+------------------+-----------------------------------------------| -| ~describe-function~ | ~helpful-callable~ | Only interactive functions | -| ~describe-function~ | ~helpful-function~ | Only actual functions (including interactive) | -| ~describe-function~ | ~helpful-macro~ | | -| ~describe-command~ | ~helpful-command~ | | -| ~describe-key~ | ~helpful-key~ | | -| ~describe-variable~ | ~helpful-variable~ | | +| =describe-function= | =helpful-callable= | Only interactive functions | +| =describe-function= | =helpful-function= | Only actual functions (including interactive) | +| =describe-function= | =helpful-macro= | | +| =describe-command= | =helpful-command= | | +| =describe-key= | =helpful-key= | | +| =describe-variable= | =helpful-variable= | | #+begin_src emacs-lisp (use-package helpful