Skip to content

Commit b3e4ec2

Browse files
committed
docs: manual: use correct terminology for menu functions
1 parent c7fbe66 commit b3e4ec2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/elpaca.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ With inheritance enabled:
591591

592592
the elpaca-example-menu provides the rest of the ``burger'' recipe.
593593

594-
The value may also be a menu-item symbol or list of menu-item symbols, in which case those menus are tried in order.
594+
The value may also be a menu symbol or list of menu symbols.
595595
This is a per-recipe way of setting @samp{elpaca-menu-functions}.
596596

597597
@lisp
@@ -1100,4 +1100,4 @@ For example, the following search tag will embolden the first column of the @sam
11001100
(cl-pushnew (cons 'bold-names #'+elpaca-bold-names) elpaca-ui-search-tags)
11011101
@end lisp
11021102

1103-
@bye
1103+
@bye

doc/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ With inheritance enabled:
468468

469469
the elpaca-example-menu provides the rest of the “burger” recipe.
470470

471-
The value may also be a menu-item symbol or list of menu-item symbols, in which case those menus are tried in order. This is a per-recipe way of setting `elpaca-menu-functions`.
471+
The value may also be a menu symbol or list of menu symbols. This is a per-recipe way of setting `elpaca-menu-functions`.
472472

473473
```emacs-lisp
474474
(elpaca-example (elpaca-recipe '(burger :inherit elpaca-example-menu)))
@@ -859,4 +859,4 @@ The pound (a.k.a. hash) character, `#`, followed by the name of a search tag fil
859859

860860
<sup><a id="fn.4" class="footnum" href="#fnr.4">4</a></sup> [git ref](https://git-scm.com/book/en/v2/Git-Internals-Git-References)
861861

862-
<sup><a id="fn.5" class="footnum" href="#fnr.5">5</a></sup> [remotes](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes)
862+
<sup><a id="fn.5" class="footnum" href="#fnr.5">5</a></sup> [remotes](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes)

doc/manual.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ With inheritance enabled:
329329

330330
the elpaca-example-menu provides the rest of the "burger" recipe.
331331

332-
The value may also be a menu-item symbol or list of menu-item symbols, in which case those menus are tried in order.
332+
The value may also be a menu symbol or list of menu symbols.
333333
This is a per-recipe way of setting =elpaca-menu-functions=.
334334

335335
#+name: recipe-inheritance-menu

0 commit comments

Comments
 (0)