aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new `image-transform-smoothing' user optionLars Ingebrigtsen2021-03-121-2/+7
* Make tags tables from Texinfo sourcesPetteri Hintsanen2021-03-111-0/+16
* Fix wording of a recently added documentationEli Zaretskii2021-03-111-7/+6
* ; Fix US spelling in last change.Basil L. Contovounesios2021-03-101-1/+1
* Enable selectable image smoothing (bug#38394)Alan Third2021-03-101-0/+11
* Remove several references to Emacs 22 and earlierStefan Kangas2021-03-108-23/+0
* Simplify silent-rules build machineryGlenn Morris2021-03-061-7/+2
* Remove mention of using defun- and defvar- as prefixesLars Ingebrigtsen2021-03-061-2/+2
* ; Fix last change.Eli Zaretskii2021-03-061-2/+2
* Improve documentation of BindatEli Zaretskii2021-03-061-24/+37
* Bindat: new macro-expansion based data layout languageStefan Monnier2021-03-052-145/+136
* * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-051-1/+1
* Improve the documentation of :extra in cl-defmethodLars Ingebrigtsen2021-03-051-4/+5
* Decouple require-theme from load-themeBasil L. Contovounesios2021-03-041-1/+25
* * lisp/emacs-lisp/pcase.el: Bind all the vars in `or` patternsStefan Monnier2021-03-011-8/+4
* Combine and reconcile two conflicting entries in NEWS on goto-line-historyAlan Mackenzie2021-02-281-2/+3
* Add a new command for mode-specific commandsLars Ingebrigtsen2021-02-201-0/+9
* Add the `always' functionLars Ingebrigtsen2021-02-201-0/+4
* Merge from origin/emacs-27Glenn Morris2021-02-191-1/+4
|\
| * More accurate documentation of the "r" interactive specEli Zaretskii2021-02-191-1/+4
* | Merge from origin/emacs-27Glenn Morris2021-02-192-3/+3
|\ \ | |/
| * Clarify when activate-mark-hook is runLars Ingebrigtsen2021-02-071-2/+2
| * Fix example in Sequence Functions node in the manualPetteri Hintsanen2021-02-071-1/+1
* | Fix typosMattias EngdegÄrd2021-02-182-2/+2
* | Fix recent Command Modes changes in Elisp manualBasil L. Contovounesios2021-02-171-7/+8
* | doc/lispref/commands.texi (Command Modes): Fix typo.Matt Armstrong2021-02-171-2/+2
* | Explicate on how to tag commands with modesLars Ingebrigtsen2021-02-171-15/+73
* | ; Fix last change in commands.texi.Eli Zaretskii2021-02-171-0/+1
* | Disable filtering of commands in M-x completionEli Zaretskii2021-02-171-6/+10
* | * lisp/emacs-lisp/bindat.el: Add 64bit int supportStefan Monnier2021-02-151-3/+8
* | * lisp/emacs-lisp/bindat.el (bindat-spec): New macro.Stefan Monnier2021-02-151-12/+16
* | Add a new variable `global-minor-modes'Lars Ingebrigtsen2021-02-151-0/+5
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-151-1/+1
* | Fix two syntax errors in Specification ListLars Ingebrigtsen2021-02-151-2/+2
* | * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-141-9/+13
* | ; * doc/lispref/modes.texi: typo fixRobert Pluim2021-02-141-1/+1
* | Add 'read-extended-command-predicate'Lars Ingebrigtsen2021-02-141-0/+9
* | Add new 'declare' forms for command completion predicatesLars Ingebrigtsen2021-02-141-0/+10
* | Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-142-1/+21
* | Introduce an :interactive keyword for `defined-derived-mode'Lars Ingebrigtsen2021-02-141-0/+7
* | Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen2021-02-141-0/+5
* | * lisp/emacs-lisp/edebug.el (edebug-match-lambda-expr): Delete functionStefan Monnier2021-02-131-9/+1
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-17/+11
* | Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-4/+3
* | Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-122-19/+24
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op) <&lookup>: New methodStefan Monnier2021-02-121-0/+11
* | Allow minor modes to specify major modes they're useful inLars Ingebrigtsen2021-02-121-0/+5
* | Remove the 'M-o' ('facemap-keymap') binding experimentallyLars Ingebrigtsen2021-02-102-9/+0
* | Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373Alan Mackenzie2021-02-091-1/+1
* | Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-10/+8