summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Sync with Tramp 2.4.3Michael Albinus2019-12-301-1/+1
* Merge from origin/emacs-27Glenn Morris2019-12-302-4/+3
|\
| * Fixes for makeinfo 4.13Glenn Morris2019-12-292-4/+3
| * Sync with Tramp 2.4.3Michael Albinus2019-12-291-1/+1
* | Merge from origin/emacs-27Glenn Morris2019-12-3013-28/+126
|\ \ | |/
| * Rearrange NEWS, add missing documentationEli Zaretskii2019-12-2812-25/+123
| * Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-3/+3
* | Merge from origin/emacs-27Glenn Morris2019-12-271-0/+4
|\ \ | |/
| * Minor improvements of buffer documentationEli Zaretskii2019-12-271-0/+4
* | Merge from origin/emacs-27Glenn Morris2019-12-273-2/+26
|\ \ | |/
| * * doc/emacs/buffers.texi (Kill Buffer): Improve indexing.Eli Zaretskii2019-12-261-0/+2
| * Document some restrictions for module functions.Philipp Stephani2019-12-261-0/+16
| * Don't recommend using 'module-load' for loading modules.Philipp Stephani2019-12-262-2/+8
* | 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
* Add item to Frequently Asked Questions of Tramp manualMichael Albinus2019-12-221-0/+31
* * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)Juri Linkov2019-12-221-1/+1
* 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-212-5/+6
* 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
* New command 'diff-buffers'Phil Sainty2019-12-161-0/+4
* 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-105-10/+10
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-2/+12
* Spelling fixesPaul Eggert2019-12-0910-15/+15
* 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-093-2/+6
* Corrections in semantic.texiEli Zaretskii2019-12-071-61/+50
* 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
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.Juri Linkov2019-12-051-5/+5
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-041-60/+158