Skip to content

Commit ee6866c

Browse files
committed
docs: regenerate the documentation
1 parent 592b335 commit ee6866c

File tree

1 file changed

+9
-51
lines changed

1 file changed

+9
-51
lines changed

docs/DOCS.md

Lines changed: 9 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -566,28 +566,27 @@ Add ROOTS to ignored projects, recentf, etc.
566566
Is package PACKAGE disabled in `minemacs-disabled-packages`.
567567
Optionally, check also for the containing MODULE.
568568

569-
#### `(+package-download-from-urls PKGNAME &rest ARGS)`
570-
571-
Download PKGNAME files from URLs in ARGS.
572-
Pass `:redownload` to force redownloading the package files.
573-
Returns the load path of the package, useful for usage with `use-package'`s
574-
`:load-path`.
575-
576569
#### `(minemacs-run-build-functions &optional DONT-ASK-P)`
577570

578571
Run all build functions in `minemacs-build-functions`.
579572
Call functions without asking when DONT-ASK-P is non-nil.
580573

581-
#### `(minemacs-update-packages)`
574+
#### `(minemacs-bump-packages)`
582575

583-
Update MinEmacs packages.
576+
Update MinEmacs packages to the last revisions (can cause breakages).
584577

585-
#### `(minemacs-update-restore-locked RESTORE-FROM-BACKUP)`
578+
#### `(minemacs-restore-locked-packages RESTORE-FROM-BACKUP)`
586579

587580
Restore lockfile packages list. Takes into account the pinned ones.
588581
When called with C-u or with RESTORE-FROM-BACKUP, it will
589582
restore the lockfile from backups, not Git.
590583

584+
#### `(minemacs-upgrade PULL-MINEMACS)`
585+
586+
Upgrade MinEmacs and its packages to the latest pinned versions (recommended).
587+
When PULL-MINEMACS is non-nil, run a "git pull" in MinEmacs' directory.
588+
This calls `minemacs-update-restore-locked` asynchronously.
589+
591590
#### `(+minemacs-root-dir-cleanup)`
592591

593592
Cleanup MinEmacs' root directory.
@@ -1087,47 +1086,6 @@ is a pre-release.
10871086
This command stashes the current workspace before bumping the version, and
10881087
restores it after that.
10891088

1090-
#### `(+fold-from-eol &rest BODY)` (macro)
1091-
1092-
Execute BODY after moving to the end of the line.
1093-
1094-
#### `(+fold/toggle)`
1095-
1096-
Toggle the fold at point.
1097-
Targets `vimmish-fold`, `hideshow` and `outline` folds.
1098-
1099-
#### `(+fold/open)`
1100-
1101-
Open the folded region at point.
1102-
Targets `vimmish-fold`, `hideshow` and `outline` folds.
1103-
1104-
#### `(+fold/close)`
1105-
1106-
Close the folded region at point.
1107-
Targets `vimmish-fold`, `hideshow` and `outline` folds.
1108-
1109-
#### `(+fold/open-all &optional LEVEL)`
1110-
1111-
Open folds at LEVEL (or all folds if LEVEL is nil).
1112-
1113-
#### `(+fold/close-all &optional LEVEL)`
1114-
1115-
Close folds at LEVEL (or all folds if LEVEL is nil).
1116-
1117-
#### `(+fold/next COUNT)`
1118-
1119-
Jump to the next vimish fold, outline heading or folded region.
1120-
1121-
#### `(+fold/previous COUNT)`
1122-
1123-
Jump to the previous vimish fold, outline heading or folded region.
1124-
1125-
#### `(+fold-hideshow-indent-range &optional POINT)`
1126-
1127-
Return the point at the begin and end of the text block with the same (or greater) indentation.
1128-
If POINT is supplied and non-nil it will return the
1129-
begin and end of the block surrounding point.
1130-
11311089
#### `(eglot-ltex-workspace-config-fn &optional SERVER)`
11321090

11331091
A function to use as a value of `eglot-workspace-configuration`.

0 commit comments

Comments
 (0)