Richard M. Stallman
8ac3a45582
(Parsing Expressions): Minor cleanup.
2006-04-26 19:32:20 +00:00
Stefan Monnier
6268ff9886
Mention negative depth in syntax-ppss's output.
2006-04-26 05:35:27 +00:00
Stefan Monnier
50bfbe5fc0
Minor tweaks.
2006-04-26 05:33:11 +00:00
Stefan Monnier
b841df8f0b
Add documentation about font-lock-multiline.
2006-04-24 06:35:58 +00:00
Richard M. Stallman
290e4aae7b
*** empty log message ***
2006-04-18 21:25:10 +00:00
Richard M. Stallman
8a1aafd01a
(Coding Conventions): Explain when the package's
...
prefix should appear later on (not at the start of the name).
2006-04-18 21:10:14 +00:00
Richard M. Stallman
50363cd8ab
(String Search): Clarify effect of NOERROR.
2006-04-18 21:09:13 +00:00
Richard M. Stallman
c759f47bfd
(Imenu): Clarify what special items do.
2006-04-18 21:08:45 +00:00
Richard M. Stallman
ec1c4af562
(Standard Hooks): Delete text about old hook names.
2006-04-18 21:08:02 +00:00
Romain Francoise
1e2b8ce5f9
(Local Variables): Update the default value of `max-specpdl-size'.
2006-04-17 09:04:33 +00:00
Miles Bader
51fa34bc58
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
...
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.
2006-04-16 02:17:00 +00:00
Bill Wohler
50b7bce068
(Common Keywords): Specify values of :package-version.
2006-04-14 01:02:18 +00:00
Bill Wohler
61f32d39d0
(Common Keywords): Use dotted notation for :package-version value.
...
Improve documentation for customize-package-emacs-version-alist.
2006-04-14 00:49:01 +00:00
Bill Wohler
4f8ed159ea
(Common Keywords): Move description of
...
customize-package-emacs-version-alist to @defvar.
2006-04-12 22:12:29 +00:00
Bill Wohler
e5e864abb2
(Common Keywords): Add :package-version.
2006-04-10 23:44:54 +00:00
Kim F. Storm
6c23041776
*** empty log message ***
2006-04-09 23:05:19 +00:00
Kim F. Storm
1f8a33db8c
(Buffer Contents): Add NOPROPS arg to filter-buffer-substring.
2006-04-09 23:05:07 +00:00
Eli Zaretskii
d82eac8f94
*** empty log message ***
2006-04-09 18:46:26 +00:00
Eli Zaretskii
0462a47d1c
(Command-Line Arguments): Update xref to emacs manual
...
"Command Arguments" -> "Emacs Invocation", per change there.
2006-04-09 18:45:35 +00:00
Thien-Thi Nguyen
4f815b29c5
(Other Display Specs): Arrange a @code{DOTTED-LIST} to
...
be on one line to help makeinfo not render two spaces after the dot.
2006-04-07 22:11:55 +00:00
Reiner Steib
122c30092c
(Predicates for Strings): Add string-or-null-p.
2006-04-07 18:53:09 +00:00
Kim F. Storm
499e02812a
(Accepting Output): Remove obsolete (and incorrect)
...
remarks about systems that don't support fractional seconds.
2006-03-28 11:23:23 +00:00
Kim F. Storm
da68bc3d5a
*** empty log message ***
2006-03-28 11:23:15 +00:00
Karl Berry
b223e22d0a
@copyright{}, no indentation in @copying{}
2006-03-25 23:15:32 +00:00
Nick Roberts
7704f61dc6
(Fringe Indicators): Fix typos.
2006-03-21 10:21:03 +00:00
Nick Roberts
b756c64cf7
*** empty log message ***
2006-03-21 10:19:51 +00:00
Luc Teirlinck
c287ad03b1
*** empty log message ***
2006-03-20 01:35:06 +00:00
Luc Teirlinck
7f681212ff
(Documentation Tips): One can now also write `program' in front of a
...
quoted symbol in a docstring to prevent making a hyperlink.
2006-03-20 01:33:19 +00:00
Luc Teirlinck
fe3dca59a1
*** empty log message ***
2006-03-20 01:31:27 +00:00
Alan Mackenzie
e91d420200
* text.texi (Special Properties): Clarify the definition of
...
'fontified.
2006-03-19 20:36:21 +00:00
Richard M. Stallman
e8a5f60bc7
(Defining Images): Minor cleanup.
2006-03-16 20:24:07 +00:00
Bill Wohler
486daaa504
(Defining Images): In image-load-path-for-library, prefer user's
...
images.
2006-03-16 16:57:39 +00:00
Stefan Monnier
4ffc92c2d8
* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
...
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.
2006-03-15 22:26:09 +00:00
Bill Wohler
874a6ef81b
(Defining Images): Fix example in image-load-path-for-library by not
...
recommending that one binds image-load-path. Just defvar it to placate
compiler and only use it if previously defined.
2006-03-15 17:08:39 +00:00
Bill Wohler
70949f309a
(Defining Images): In image-load-path-for-library, always return list
...
of directories. Update example.
2006-03-14 19:35:08 +00:00
Alan Mackenzie
c852c516e0
*** empty log message ***
2006-03-14 18:32:13 +00:00
Alan Mackenzie
2fb936912f
* modes.texi: New node, "Region to Fontify" (for Font Lock).
...
This describes font-lock-extend-region-function.
("Other Font Lock Variables"): move "font-lock-lines-before" to
the new node "Region to Fontify".
2006-03-14 18:30:48 +00:00
Richard M. Stallman
2e556b3ffb
(Defining Images): Clean up last change.
2006-03-13 12:41:59 +00:00
Richard M. Stallman
7cd3712bda
(Invisible Text): The impossible position is
...
now before the invisible text, not after.
(Defining Images): Clean up last change.
2006-03-13 11:47:26 +00:00
Bill Wohler
70594a46b1
(Defining Images): Add @tindex for image-load-path-for-library.
2006-03-11 22:43:44 +00:00
Luc Teirlinck
bed0f7b246
(Creating Strings): Fix Texinfo usage.
2006-03-11 22:42:14 +00:00
Luc Teirlinck
3b42af63b1
(Adaptive Fill): Fix Texinfo usage.
2006-03-11 22:41:41 +00:00
Bill Wohler
2c67634195
(Defining Images): Add image-load-path-for-library.
2006-03-11 22:39:35 +00:00
Luc Teirlinck
2d14c9bf50
*** empty log message ***
2006-03-11 22:37:08 +00:00
Luc Teirlinck
ba44fca9cd
(Regexp Special): Use @samp for regular expressions that are not in
...
Lisp syntax.
2006-03-11 21:23:11 +00:00
Luc Teirlinck
6f49b4c513
*** empty log message ***
2006-03-11 21:21:57 +00:00
Luc Teirlinck
fc1d338658
*** empty log message ***
2006-03-09 02:01:44 +00:00
Luc Teirlinck
1ab7aea17a
(Regexp Special): Put remark between parentheses to avoid misreading.
2006-03-09 01:55:20 +00:00
Luc Teirlinck
179a6f216d
(Syntax of Regexps): More accurately describe
...
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.
2006-03-07 23:28:33 +00:00
Luc Teirlinck
7b2c2ca9de
*** empty log message ***
2006-03-07 23:26:23 +00:00