aboutsummaryrefslogtreecommitdiff
path: root/doc/docstringdb.json
AgeCommit message (Collapse)Author
2023-07-05Generate docstringdb.json at build timeAxel Forsman
Closes #1544. Note that the generated Texinfo file cannot be removed as it is built by Sphinx which is not available during ELPA package builds.
2022-10-24Update docsTom Dalziel
2022-01-07Update docsTom Dalziel
2021-11-17newdocs (#1531)Tom Dalziel
2021-11-16Refactor `evil-visual-update-x-selection`, remove docstringTom Dalziel
Docstring should be generated by sphinx, not manually
2021-11-16Add option to stop updating X PRIMARY selection with the current visual regionChen Bin
Vim user can select a region in visual mode and press the key `p` to replace the selected text. But in GUI Emacs, the selected text might not be replaced when: - `select-enable-primary` is `t` - Third plugins override `interprogram-paste-function` (xclip.el, for example) - Clipboard managers syncronise data between PRIMARY and CLIPBOARD selection It's because the visual commands automatically insert the content of visually selected region into X PRIMARY selection. But paste commands call the api `current-kill` which calls `interprogram-paste-function`. Value of `interprogram-paste-function` is `gui-selection-value` which might return CLIPBOARD or PRIMARY selection.
2020-10-14Update docstring DBEivind Fonn
2020-03-04Docs: handle default values that must be evaluatedEivind Fonn
Also regenerate
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-21Document leader key functionalityEivind Fonn
2019-12-19Script for extracting documentation data to jsonEivind Fonn