aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Simplify an example in the modules manualPhilipp Stephani2019-12-261-2/+1
* | Promote function type aliases to the public module API.Philipp Stephani2019-12-261-5/+16
* | Add some documentation for support of .dylib suffix on macOSPhilipp Stephani2019-12-251-2/+5
* | Merge from origin/emacs-27Glenn Morris2019-12-251-1/+1
|\ \ | |/
| * Fix manual typo in Special Read SyntaxLars Ingebrigtsen2019-12-241-1/+1
* | Make goto-line keep a separate input history per bufferFederico Tedin2019-12-241-0/+9
* | ; Fix oversights during renaming of example codeMario Lang2019-12-231-5/+5
* | Make argument names in module interface more consistent.Philipp Stephani2019-12-231-48/+49
|/
* Document and verify that emacs_limb_t doesn’t have padding bits.Philipp Stephani2019-12-231-3/+4
* Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics2019-12-231-26/+33
* Fix wording of recent documentation changesEli Zaretskii2019-12-221-15/+16
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-221-0/+29
* backup-by-copying-when-privileged-mismatch applies to file gid, too.Stephen Gildea2019-12-211-3/+3
* Elisp manual: mention parse-partial-sexp as the source of a parser state, etcAlan Mackenzie2019-12-201-9/+10
* More precise 'regexp-opt' documentationMattias Engdegård2019-12-181-5/+5
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-5/+3
* Adjust intptr_t advicePaul Eggert2019-12-141-4/+6
* Update documentation of pure-space overflowEli Zaretskii2019-12-141-9/+16
* Fix cross-references in ELisp manualEli Zaretskii2019-12-141-3/+4
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-5/+6
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-11/+11
* Improve tv_nsec docPaul Eggert2019-12-101-2/+5
* ; Spelling fixesPaul Eggert2019-12-103-7/+7
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-2/+12
* Spelling fixesPaul Eggert2019-12-094-4/+4
* Make ':extend' inherited from default spec unless overriddenDmitry Gutov2019-12-101-3/+6
* Improve module bignum docPaul Eggert2019-12-091-56/+55
* * doc/emacs/mini.texi (Minibuffer Edit): Add minibuffer-depth-indicate-mode.Juri Linkov2019-12-091-1/+1
* Minor fix in the ELisp manualEli Zaretskii2019-12-071-2/+0
* Clarify documentation of functions that use the default faceEli Zaretskii2019-12-061-3/+5
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-1/+2
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-041-60/+158
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-282-2/+7
* Mouse rectangular region selection (bug#38013)Mattias Engdegård2019-11-271-0/+6
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-3/+5
* 2019-11-26 Martin Rudalics <rudalics@gmx.at>Martin Rudalics2019-11-261-14/+64
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-261-6/+63
* Default network-stream-use-client-certificates to nilRobert Pluim2019-11-231-5/+5
* Fix a recent change in ELisp manualEli Zaretskii2019-11-211-3/+1
* Fix up previous #' documentation additionLars Ingebrigtsen2019-11-211-1/+1
* Document the #' syntaxLars Ingebrigtsen2019-11-211-0/+5
* Make it clear what edebug-remove-instrumentation offersLars Ingebrigtsen2019-11-161-2/+4
* Improve indexing of function doc string conventionsEli Zaretskii2019-11-151-1/+2
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-151-13/+15
* Fix recent documentation changesEli Zaretskii2019-11-142-6/+5
* Conditionally omit edition numbers, dates in docPaul Eggert2019-11-121-9/+11
* Rename font-log-refontifyLars Ingebrigtsen2019-11-121-2/+2
* Document Lisp floats a bit betterPaul Eggert2019-11-101-2/+6
* Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov2019-11-101-0/+12
* 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076)Juri Linkov2019-11-101-21/+15