aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | * doc/lispref/loading.texi (Autoload): Better link (Bug#24845).Noam Postavsky2016-11-051-2/+2
| * | | | | | | | | | | | | | | | Clarify documentation of face attribute functionsEli Zaretskii2016-11-051-4/+5
* | | | | | | | | | | | | | | | | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | | | | | | | | | | | | | | | | Add --new-daemon, which runs in the foreground and does not forkGlenn Morris2016-11-152-8/+11
* | | | | | | | | | | | | | | | | Implement file name handler for `file-name-case-insensitive-p'Michael Albinus2016-11-151-1/+3
* | | | | | | | | | | | | | | | | Revert "Improve case-insensitive checks (Bug#24441)"Eli Zaretskii2016-11-141-3/+11
* | | | | | | | | | | | | | | | | Improve case-insensitive checks (Bug#24441)Paul Eggert2016-11-141-11/+3
* | | | | | | | | | | | | | | | | Fix documentation changes of connection-local variablesEli Zaretskii2016-11-142-2/+3
* | | | | | | | | | | | | | | | | Implement connection-local variablesMichael Albinus2016-11-141-0/+165
* | | | | | | | | | | | | | | | | Check case-sensitivity when renaming filesKen Brown2016-11-121-0/+17
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-042-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Clarify documentation of 'vc-responsible-backend' wrt symlinksHong Xu2016-11-041-0/+15
| * | | | | | | | | | | | | | | | Improve documentation of 'font-lock-remove-keywords'Eli Zaretskii2016-11-041-1/+3
* | | | | | | | | | | | | | | | | Add 'x-ctrl-keysym' support on X window systemVasilij Schneidermann2016-11-041-4/+6
* | | | | | | | | | | | | | | | | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+13
* | | | | | | | | | | | | | | | | Minor fix in the documentation of seq-random-eltNicolas Petton2016-10-251-1/+0
* | | | | | | | | | | | | | | | | Minor copyedits in documentation of 'seq-random-elt'Eli Zaretskii2016-10-251-2/+3
* | | | | | | | | | | | | | | | | Add seq-random-elt to seq.elDamien Cassou2016-10-251-0/+20
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-232-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Explain how to debug emacsclient lisp errorsNoam Postavsky2016-10-221-0/+7
| * | | | | | | | | | | | | | | | Fix documentation of 'alist-get'Eli Zaretskii2016-10-191-5/+5
* | | | | | | | | | | | | | | | | New error file-missingPaul Eggert2016-10-213-6/+12
* | | | | | | | | | | | | | | | | delete-directory no longer errors when racingPaul Eggert2016-10-181-0/+3
* | | | | | | | | | | | | | | | | Document atomic windows in Elisp manual (Bug#18170)Martin Rudalics2016-10-172-0/+138
* | | | | | | | | | | | | | | | | Spelling and clarity fixesPaul Eggert2016-10-101-3/+4
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-103-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | ; Fix last commitEli Zaretskii2016-10-082-2/+2
| * | | | | | | | | | | | | | | | ; Fix indexing in lispref manualEli Zaretskii2016-10-081-2/+2
| * | | | | | | | | | | | | | | | ; Minor improvement in documentation of generatorsWilfred Hughes2016-10-081-0/+1
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-041-0/+2
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-101-21/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Regexp Functions doc minor fixesPaul Eggert2016-09-261-21/+25
* | | | | | | | | | | | | | | | | Document return value of `display-buffer-in-side-window'Martin Rudalics2016-10-051-1/+4
* | | | | | | | | | | | | | | | | Improve wording in side windows documentationEli Zaretskii2016-10-051-34/+32
* | | | | | | | | | | | | | | | | Document and fix some bugs with side windowsMartin Rudalics2016-10-052-34/+369
* | | | | | | | | | | | | | | | | Make querying to kill processes customizablePhilipp Stephani2016-10-011-0/+7
* | | | | | | | | | | | | | | | | New user option 'debugger-stack-frame-as-list'Vasilij Schneidermann2016-09-301-0/+31
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-09-261-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Improve documentation of 'expand-abbrev' and wrapper hooksEli Zaretskii2016-09-261-1/+3
| * | | | | | | | | | | | | | | | Improve display of tex-verbatim and Info quotedPaul Eggert2016-09-231-0/+1
| * | | | | | | | | | | | | | | | Document how to check for ImageMagick supportLars Ingebrigtsen2016-09-231-0/+6
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-09-262-10/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Document 'timerp'Eli Zaretskii2016-09-231-2/+9
| * | | | | | | | | | | | | | | | Improve documentation of overlay prioritiesEli Zaretskii2016-09-231-8/+15
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-09-266-388/+485
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Update Antinews in ELisp manualEli Zaretskii2016-09-142-93/+71
| * | | | | | | | | | | | | | | | Fix cross reference in frames.texiMartin Rudalics2016-09-081-2/+1
| * | | | | | | | | | | | | | | | Fix regexp-opt documentation (bug #17862)immerrr2016-09-031-18/+34
| * | | | | | | | | | | | | | | | Clarify documentation of precision in format specsEli Zaretskii2016-08-261-2/+3