aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Resurrect edebug-set-initial-mode, repurposing it to set the global mode.Alan Mackenzie2015-09-251-5/+17
* | | | | | | | | | | | | | | Avoid non-ASCII decoding errors in Texinfo filesEli Zaretskii2015-09-256-6/+6
* | | | | | | | | | | | | | | Support ':relative-width' space display spec on text-mode terminalsEli Zaretskii2015-09-231-2/+3
* | | | | | | | | | | | | | | Clarify documentation of ':relative-width'Eli Zaretskii2015-09-221-2/+3
* | | | | | | | | | | | | | | Make description of `edebug-initial-mode' user friendly.Alan Mackenzie2015-09-221-7/+9
* | | | | | | | | | | | | | | ; * doc/lispref/os.texi (File Notifications): Minor copy-edits.Eli Zaretskii2015-09-221-3/+4
* | | | | | | | | | | | | | | Clarify or replace a few \u escapes.Paul Eggert2015-09-211-3/+3
* | | | | | | | | | | | | | | Adapt tests and manual for w32notifyMichael Albinus2015-09-211-1/+6
* | | | | | | | | | | | | | | Better docstring and parameter name for seq-findNicolas Petton2015-09-211-5/+4
* | | | | | | | | | | | | | | Improve file notifications, especially for TrampMichael Albinus2015-09-202-0/+13
* | | | | | | | | | | | | | | * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-171-26/+1
* | | | | | | | | | | | | | | * doc/lispref/frames.texi (Cursor Parameters): Document 'x-stretch-cursor'.Eli Zaretskii2015-09-171-0/+13
* | | | | | | | | | | | | | | Restore some of the quoting in the manualsEli Zaretskii2015-09-1622-56/+57
* | | | | | | | | | | | | | | Revert premature commitStephen Leake2015-09-151-7/+5
* | | | | | | | | | | | | | | Fix a bug in elisp--xref-find-definitions related to cl-generic defaultsStephen Leake2015-09-151-5/+7
* | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2015-09-151-1/+1
* | | | | | | | | | | | | | | Quote “fullboth” when defining itPaul Eggert2015-09-151-10/+11
* | | | | | | | | | | | | | | Quote less in manualsPaul Eggert2015-09-1547-473/+482
* | | | | | | | | | | | | | | Clarify documentation of char-table extra slotsEli Zaretskii2015-09-141-3/+3
* | | | | | | | | | | | | | | Fix markup in ELisp manualEli Zaretskii2015-09-131-2/+2
* | | | | | | | | | | | | | | Add seq-findNicolas Petton2015-09-111-0/+22
* | | | | | | | | | | | | | | Improve documentation of categoriesEli Zaretskii2015-09-101-1/+10
* | | | | | | | | | | | | | | Fix indentation of an @example in ELisp manualEli Zaretskii2015-09-091-3/+3
* | | | | | | | | | | | | | | Improvements for curved quotes on Linux consulePaul Eggert2015-09-092-5/+3
* | | | | | | | | | | | | | | Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-079-28/+28
* | | | | | | | | | | | | | | * lisp/emacs-lisp/package.el (package-initialize): Set enable-at-startupArtur Malabarba2015-09-071-2/+4
* | | | | | | | | | | | | | | File notifications: Support renaming over directory boundariesMichael Albinus2015-09-061-20/+2
* | | | | | | | | | | | | | | Improve the semantic of seq-someNicolas Petton2015-09-061-3/+8
* | | | | | | | | | | | | | | Rename seq-some-p to seq-some and seq-contains-p to seq-containsNicolas Petton2015-09-061-7/+7
* | | | | | | | | | | | | | | * doc/lispref/frames.texi (Mouse Tracking): Fix typo.Johan Bockgård2015-09-051-1/+1
* | | | | | | | | | | | | | | Fix minor problems with " in manualPaul Eggert2015-09-0411-26/+26
* | | | | | | | | | | | | | | Treat initial-scratch-message as a doc stringPaul Eggert2015-09-021-1/+2
* | | | | | | | | | | | | | | Follow text-quoting-style in display table initPaul Eggert2015-09-022-3/+9
* | | | | | | | | | | | | | | Better documentation of seq-letNicolas Petton2015-08-311-4/+3
* | | | | | | | | | | | | | | Documentation fixes re quotesPaul Eggert2015-08-307-22/+22
* | | | | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-41/+13
* | | | | | | | | | | | | | | format-message now curves ` and 'Paul Eggert2015-08-251-18/+18
* | | | | | | | | | | | | | | Treat ' like ’ even when not matching `Paul Eggert2015-08-241-16/+4
* | | | | | | | | | | | | | | Fix documentation for `save-excursion'Xue Fuqiao2015-08-241-2/+1
* | | | | | | | | | | | | | | ; * doc/lispref/intro.texi (Version Info): Shorten line for 80 column terminal.Glenn Morris2015-08-241-1/+1
* | | | | | | | | | | | | | | * lisp/version.el (emacs-version): No longer include build hostGlenn Morris2015-08-241-2/+2
* | | | | | | | | | | | | | | * doc/lispref/elisp.texi: Fix typo in previous change.Paul Eggert2015-08-231-1/+0
* | | | | | | | | | | | | | | More-conservative ‘format’ quote restylingPaul Eggert2015-08-237-9/+15
* | | | | | | | | | | | | | | Fix minor glitches from ‘format’ reversionPaul Eggert2015-08-231-2/+6
* | | | | | | | | | | | | | | Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-232-51/+30
* | | | | | | | | | | | | | | Improve documentation of 'window-use-time'Eli Zaretskii2015-08-221-3/+7
* | | | | | | | | | | | | | | ; Fix minor typo in Elisp manualSimen Heggestøyl2015-08-211-1/+1
* | | | | | | | | | | | | | | Document `window-use-time' in Elisp manualMartin Rudalics2015-08-211-0/+10
* | | | | | | | | | | | | | | Fix documentation of 'menu-set-font' and 'set-frame-font'Eli Zaretskii2015-08-211-1/+1
* | | | | | | | | | | | | | | Document 'get-mru-window' in the ELisp manualEli Zaretskii2015-08-211-0/+7