aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | * doc/lispref/macros.texi (Expansion): Document 'macroexpand-1'.Eli Zaretskii2016-01-161-0/+6
| * | | | | | | | | | | | | | | | Document 'define-inline'Eli Zaretskii2016-01-161-10/+105
| * | | | | | | | | | | | | | | | Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-151-1/+3
* | | | | | | | | | | | | | | | | -John Wiegley2016-01-189-38/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Document obsoletion of 'intangible' and 'point-entered/left'Eli Zaretskii2016-01-132-9/+34
| * | | | | | | | | | | | | | | | Updater documentation of 'looking-back'Eli Zaretskii2016-01-131-7/+8
| * | | | | | | | | | | | | | | | Document 'pre-redisplay-functions'Eli Zaretskii2016-01-132-15/+27
| * | | | | | | | | | | | | | | | Document the new deafault value of 'load-read-function'Eli Zaretskii2016-01-131-2/+2
| * | | | | | | | | | | | | | | | Document 'bufferpos-to-filepos' and 'filepos-to-bufferpos'Eli Zaretskii2016-01-131-0/+39
| * | | | | | | | | | | | | | | | Document the new prefix-command hooksEli Zaretskii2016-01-131-0/+16
| * | | | | | | | | | | | | | | | Update documentation of 'process-running-child-p'Eli Zaretskii2016-01-121-4/+6
| * | | | | | | | | | | | | | | | Update documentation of 'deactivate-mark'.Eli Zaretskii2016-01-121-1/+1
| * | | | | | | | | | | | | | | | Update documentation of 'completion-table-dynamic'Eli Zaretskii2016-01-121-2/+8
| * | | | | | | | | | | | | | | | Document changes in 'read-buffer' and 'read-buffer-function'Eli Zaretskii2016-01-121-8/+14
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-01-114-17/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Update documentation of 'indirect-function'Eli Zaretskii2016-01-101-6/+5
| * | | | | | | | | | | | | | | | Update documentation for obsoleting 'syntax-begin-function'Eli Zaretskii2016-01-101-11/+0
| * | | | | | | | | | | | | | | | * loading.texi: Add `define-type' entry for load-historyStefan Monnier2016-01-091-5/+2
| * | | | | | | | | | | | | | | | Update 'load-history' docsEli Zaretskii2016-01-091-0/+8
| * | | | | | | | | | | | | | | | Improve documentation of Delete Selection modeEli Zaretskii2016-01-081-0/+18
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-01-111-7/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Obey coding-system-for-write when writing stdout/stderr in batchEli Zaretskii2016-01-061-7/+17
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-01-1154-55/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Fix copyright years by handPaul Eggert2016-01-012-2/+2
| * | | | | | | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-0153-53/+53
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-01-111-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Clarify docs of hscroll in RTL textEli Zaretskii2015-12-301-5/+12
* | | | | | | | | | | | | | | | | Merge emacs-25 into master (using imerge)John Wiegley2015-12-2919-104/+606
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-0/+8
| * | | | | | | | | | | | | | | | Document default process sentinel more prominentlyEli Zaretskii2015-12-231-10/+38
| * | | | | | | | | | | | | | | | Merge branch 'scratch/follow' into emacs-25Alan Mackenzie2015-12-203-7/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Rename `recenter-group' to `recenter-window-group'scratch/followAlan Mackenzie2015-12-181-6/+7
| | * | | | | | | | | | | | | | | | Tidy up documentation associated with window groups.Alan Mackenzie2015-12-152-26/+27
| | * | | | | | | | | | | | | | | | Replace GROUP argument in six window primitives by new functions.Alan Mackenzie2015-12-142-66/+76
| | * | | | | | | | | | | | | | | | Amend doc of `mapconcat': it can take sequences, not merely strings.Alan Mackenzie2015-12-071-7/+10
| | * | | | | | | | | | | | | | | | First commit to scratch/follow. Make Isearch work with Follow Mode, etc.Alan Mackenzie2015-12-042-6/+94
| * | | | | | | | | | | | | | | | | Document new features of Font LockEli Zaretskii2015-12-191-0/+63
| * | | | | | | | | | | | | | | | | Manual followup to last changeEli Zaretskii2015-12-191-2/+2
| * | | | | | | | | | | | | | | | | * doc/lispref/elisp.texi (Top): Update top-level menus.Eli Zaretskii2015-12-191-0/+19
| * | | | | | | | | | | | | | | | | Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-121-2/+18
| * | | | | | | | | | | | | | | | | Document multi-mode indentation facilitiesEli Zaretskii2015-12-121-0/+78
| * | | | | | | | | | | | | | | | | Clarify documentation of 'modify-frame-parameters'Eli Zaretskii2015-12-111-6/+12
| * | | | | | | | | | | | | | | | | Clarify documentation of 'values'Eli Zaretskii2015-12-111-3/+3
| * | | | | | | | | | | | | | | | | Improve documentation of kill commandsEli Zaretskii2015-12-071-14/+28
| * | | | | | | | | | | | | | | | | Initial documentation of dynamic modulesEli Zaretskii2015-12-052-1/+61
| * | | | | | | | | | | | | | | | | Fix documentation of 'undo' changesEli Zaretskii2015-12-051-9/+10
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Externalize some symbols in undo-autoPhillip Lord2015-12-031-2/+2
| * | | | | | | | | | | | | | | | Document 'nacl' value for 'system-type'Eli Zaretskii2015-12-031-1/+4
| * | | | | | | | | | | | | | | | Document 'window-max-chars-per-line'Eli Zaretskii2015-12-031-0/+16
| * | | | | | | | | | | | | | | | Document new font-related functionalityEli Zaretskii2015-12-031-0/+33