aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (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.
* (Defining Images): In image-load-path-for-library, always return listBill Wohler2006-03-142-10/+14
| | | | of directories. Update example.
* *** empty log message ***Alan Mackenzie2006-03-141-0/+7
|
* * modes.texi: New node, "Region to Fontify" (for Font Lock).Alan Mackenzie2006-03-141-8/+42
| | | | | | This describes font-lock-extend-region-function. ("Other Font Lock Variables"): move "font-lock-lines-before" to the new node "Region to Fontify".
* (Defining Images): Clean up last change.Richard M. Stallman2006-03-131-8/+9
|
* (Invisible Text): The impossible position isRichard M. Stallman2006-03-132-19/+27
| | | | | now before the invisible text, not after. (Defining Images): Clean up last change.
* (Defining Images): Add @tindex for image-load-path-for-library.Bill Wohler2006-03-111-0/+1
|
* (Creating Strings): Fix Texinfo usage.Luc Teirlinck2006-03-111-2/+2
|
* (Adaptive Fill): Fix Texinfo usage.Luc Teirlinck2006-03-111-2/+2
|
* (Defining Images): Add image-load-path-for-library.Bill Wohler2006-03-112-0/+33
|
* *** empty log message ***Luc Teirlinck2006-03-111-0/+4
|
* (Regexp Special): Use @samp for regular expressions that are not inLuc Teirlinck2006-03-111-3/+3
| | | | Lisp syntax.
* *** empty log message ***Luc Teirlinck2006-03-111-0/+5
|
* *** empty log message ***Luc Teirlinck2006-03-091-0/+5
|
* (Regexp Special): Put remark between parentheses to avoid misreading.Luc Teirlinck2006-03-091-3/+3
|
* (Syntax of Regexps): More accurately describeLuc Teirlinck2006-03-071-8/+39
| | | | | | | | which characters are special in which situations. (Regexp Special): Recommend _not_ to quote `]' or `-' when they are not special. Describe in detail when `[' and `]' are special. (Regexp Backslash): Plenty of regexps with unbalanced square brackets are valid, so reword that statement.
* *** empty log message ***Luc Teirlinck2006-03-071-0/+9
|
* (Tool Bar): Add tool-bar-border.Kim F. Storm2006-03-021-0/+9
|
* *** empty log message ***Kim F. Storm2006-03-021-0/+4
|
* (Named Features): Fix typo.Luc Teirlinck2006-03-011-1/+1
|
* (Load Suffixes): Fix typos.Luc Teirlinck2006-03-011-2/+2
|
* *** empty log message ***Luc Teirlinck2006-03-011-1/+1
|