aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2006-05-061-0/+4
|
* (Minibuffer History): Document add-to-history.Eli Zaretskii2006-05-061-1/+17
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+5
|
* (Pure Storage): Mention the pure overflow message at startup.Eli Zaretskii2006-05-051-5/+9
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+6
|
* (Active Keymaps): Fix pseudo-Lisp syntax.Eli Zaretskii2006-05-051-4/+5
| | | | (Searching Keymaps): Fix pseudo-Lisp description of keymap search.
* (nil and t): Clarify.Richard M. Stallman2006-05-022-4/+10
|
* (File Local Variables): Suggest using booleanp.Richard M. Stallman2006-05-021-1/+2
|
* *** empty log message ***Juanma Barranquero2006-05-011-4/+8
|
* (Type Predicates): Fix typos.Juanma Barranquero2006-05-011-2/+2
|
* (Type Predicates): Add links for booleanp and string-or-null-p.Stefan Monnier2006-05-012-1/+14
|
* (nil and t): Add `booleanp' predicate.Stefan Monnier2006-05-011-0/+5
|
* *** empty log message ***Richard M. Stallman2006-04-301-0/+6
|
* (Multiline Font Lock): Renamed from Multi line Font Lock Elements.Richard M. Stallman2006-04-301-114/+105
| | | | | Much clarification. (Font Lock Multiline, Region to Fontify): Much clarification.
* Improve the documentation of how to hilight multiline elements.Stefan Monnier2006-04-291-18/+82
|
* (File Local Variables): Remove the special case t for safe-local-variable.Stefan Monnier2006-04-292-7/+11
|
* (Parsing Expressions): Minor cleanup.Richard M. Stallman2006-04-262-2/+7
|
* Mention negative depth in syntax-ppss's output.Stefan Monnier2006-04-261-1/+2
|
* Minor tweaks.Stefan Monnier2006-04-261-6/+5
|
* Add documentation about font-lock-multiline.Stefan Monnier2006-04-241-41/+89
|
* *** empty log message ***Richard M. Stallman2006-04-181-2/+12
|
* (Coding Conventions): Explain when the package'sRichard M. Stallman2006-04-181-3/+7
| | | | prefix should appear later on (not at the start of the name).
* (String Search): Clarify effect of NOERROR.Richard M. Stallman2006-04-181-0/+4
|
* (Imenu): Clarify what special items do.Richard M. Stallman2006-04-181-4/+3
|
* (Standard Hooks): Delete text about old hook names.Richard M. Stallman2006-04-181-5/+0
|
* (Local Variables): Update the default value of `max-specpdl-size'.Romain Francoise2006-04-172-1/+6
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220Miles Bader2006-04-162-1/+10
| | | | | | | | | | | | | | | | | | | Creator: Michael Olson <mwolson@gnu.org> Improve tq.el. * lispref/processes.texi (Transaction Queues): Mention the new optional `delay-question' argument for `tq-enqueue'. * lisp/emacs-lisp/tq.el: Improve comments. (tq-queue-head-question): New accessor function. (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): Update for modified queue structure. (tq-queue-add): Accept `question' argument. (tq-queue-pop): If a question is pending, send it. (tq-enqueue): Accept new optional argument `delay-question'. If this is non-nil, and at least one other question is pending a response, queue the question rather than sending it immediately.
* (Common Keywords): Specify values of :package-version.Bill Wohler2006-04-142-2/+3
|
* (Common Keywords): Use dotted notation for :package-version value.Bill Wohler2006-04-142-9/+30
| | | | Improve documentation for customize-package-emacs-version-alist.
* (Common Keywords): Move description ofBill Wohler2006-04-122-6/+17
| | | | customize-package-emacs-version-alist to @defvar.
* (Common Keywords): Add :package-version.Bill Wohler2006-04-102-0/+23
|
* *** empty log message ***Kim F. Storm2006-04-091-0/+5
|
* (Buffer Contents): Add NOPROPS arg to filter-buffer-substring.Kim F. Storm2006-04-091-2/+7
|
* *** empty log message ***Eli Zaretskii2006-04-091-0/+5
|
* (Command-Line Arguments): Update xref to emacs manualEli Zaretskii2006-04-091-2/+3
| | | | "Command Arguments" -> "Emacs Invocation", per change there.
* (Other Display Specs): Arrange a @code{DOTTED-LIST} toThien-Thi Nguyen2006-04-072-2/+11
| | | | be on one line to help makeinfo not render two spaces after the dot.
* (Predicates for Strings): Add string-or-null-p.Reiner Steib2006-04-072-0/+9
|
* (Accepting Output): Remove obsolete (and incorrect)Kim F. Storm2006-03-281-6/+0
| | | | remarks about systems that don't support fractional seconds.
* *** empty log message ***Kim F. Storm2006-03-281-0/+5
|
* @copyright{}, no indentation in @copying{}Karl Berry2006-03-252-3/+9
|
* (Fringe Indicators): Fix typos.Nick Roberts2006-03-211-3/+3
|
* *** empty log message ***Nick Roberts2006-03-211-0/+4
|
* *** empty log message ***Luc Teirlinck2006-03-201-1/+1
|
* (Documentation Tips): One can now also write `program' in front of aLuc Teirlinck2006-03-201-2/+2
| | | | quoted symbol in a docstring to prevent making a hyperlink.
* *** empty log message ***Luc Teirlinck2006-03-201-0/+6
|
* * text.texi (Special Properties): Clarify the definition ofAlan Mackenzie2006-03-192-3/+24
| | | | 'fontified.
* (Defining Images): Minor cleanup.Richard M. Stallman2006-03-162-3/+7
|
* (Defining Images): In image-load-path-for-library, prefer user'sBill Wohler2006-03-162-4/+10
| | | | images.
* * font-lock.el (font-lock-lines-before): Delete variable, subsumed byStefan Monnier2006-03-152-16/+10
| | | | | | | | the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before.
* (Defining Images): Fix example in image-load-path-for-library by notBill Wohler2006-03-152-3/+12
| | | | | recommending that one binds image-load-path. Just defvar it to placate compiler and only use it if previously defined.