diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2022-04-18 16:19:10 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2022-04-18 16:19:10 -0500 |
| commit | 75eeae21971d86b51a712ed8ecd6434463b2d866 (patch) | |
| tree | 80b89d85c46d545c0081a3dc0804f5c44c743517 | |
| parent | 8f64537f556f26492fe5ee401d8d578d7d88684b (diff) | |
Use dircategory "Emacs misc features" for info manual
Thanks to @hmelman for reporting this issue in oantolin/embark#491.
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | orderless.texi | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #+TITLE: Orderless #+OPTIONS: d:nil #+EXPORT_FILE_NAME: orderless.texi -#+TEXINFO_DIR_CATEGORY: Emacs +#+TEXINFO_DIR_CATEGORY: Emacs misc features #+TEXINFO_DIR_TITLE: Orderless: (orderless). #+TEXINFO_DIR_DESC: Completion style for matching regexps in any order diff --git a/orderless.texi b/orderless.texi index 21f2b95..a5acd38 100644 --- a/orderless.texi +++ b/orderless.texi @@ -6,7 +6,7 @@ @documentlanguage en @c %**end of header -@dircategory Emacs +@dircategory Emacs misc features @direntry * Orderless: (orderless). Completion style for matching regexps in any order. @end direntry |
