Skip to content

Commit c2dbbd9

Browse files
committed
docs: regenerate the documentation
1 parent dd653fe commit c2dbbd9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

DOCS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@ SYMBOL is non-nil, then `eq` is used instead.
343343
This method may mutate the original alist, but you still need to use the return
344344
value of this method instead of the original alist, to ensure correct results.
345345

346+
#### `(+set-standard-value VARIABLE VALUE)`
347+
348+
Set the standard value of VARIABLE to VALUE.
349+
350+
#### `(+standard-value VARIABLE)`
351+
352+
Return the standard value for VARIABLE.
353+
346354
#### `(+reset-sym SYM)`
347355

348356
Reset SYM to its standard value.
@@ -834,6 +842,12 @@ Switch to another project at DIR.
834842
When DIR is not detected as a project, ask to force it to be by adding a
835843
".project.el" file. When DONT-ASK is non-nil, create the file without asking.
836844

845+
#### `(+project-forget-zombie-projects)`
846+
847+
Forget all known projects that don't exist any more.
848+
Like `project-forget-zombie-projects`, but handles remote projects differently,
849+
it forget them only when we are sure they don't exist.
850+
837851
#### `(+project-gdb)`
838852

839853
Invoke `gdb` in the project's root.
@@ -990,6 +1004,14 @@ Set font for SCRIPT-OR-FACE from `minemacs-fonts-plist`.
9901004

9911005
Setup fonts.
9921006

1007+
#### `(+spellcheck-correct)`
1008+
1009+
Correct word at point.
1010+
1011+
#### `(+spellcheck-mode)`
1012+
1013+
Toggle spellchecking.
1014+
9931015
#### `(+cocogitto-bump LEVEL &optional PRE)`
9941016

9951017
Bump version LEVEL (`auto`, `major`, `minor` or `patch`), and with PRE if it

0 commit comments

Comments
 (0)