1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

2438 commits

Author SHA1 Message Date
Richard M. Stallman
bae1223792 *** empty log message *** 2006-09-04 15:08:13 +00:00
Richard M. Stallman
b375465493 (Accepting Output): Explain SECONDS=0 for accept-process-output. 2006-09-04 15:08:06 +00:00
Richard M. Stallman
0a369706ff (Idle Timers): Explain why timer functions should not
loop until (input-pending-p).
2006-09-04 15:07:32 +00:00
Chong Yidong
864ac5d4d7 Fix typo. 2006-09-02 22:18:44 +00:00
Eli Zaretskii
ebc80ddf5f *** empty log message *** 2006-09-02 11:35:46 +00:00
Eli Zaretskii
2fdcceb9a8 (usermanualdir): New variable.
(elisp.dvi): Use it.
2006-09-02 11:35:17 +00:00
Eli Zaretskii
a66d9563af *** empty log message *** 2006-09-01 17:52:26 +00:00
Eli Zaretskii
3f81bab466 (Buffer Modification): Fix last change. 2006-09-01 17:15:49 +00:00
Chong Yidong
5a8f51655f * buffers.texi (Buffer Modification): Document
buffer-chars-modified-tick.
2006-09-01 13:41:33 +00:00
Richard M. Stallman
80e0572b0e *** empty log message *** 2006-08-31 23:08:08 +00:00
Richard M. Stallman
fd2adae323 (Syntactic Font Lock): Mention specific faces once again. 2006-08-31 23:04:42 +00:00
Stefan Monnier
931d878d50 (Syntactic Font Lock): Mention font-lock-syntactic-face-function.
Suggested by Richard Bielawski <RBielawski@moneygram.com>
2006-08-31 17:14:46 +00:00
Chong Yidong
bda420a339 * display.texi (Images): Add xrref to display-images-p. 2006-08-29 13:15:53 +00:00
Kenichi Handa
c6f8bb3abb *** empty log message *** 2006-08-28 04:19:27 +00:00
Kenichi Handa
6d05494a28 (Lisp and Coding Systems): Fix description of
detect-coding-region.
2006-08-28 04:17:18 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
  (tq-enqueue): Check for existence of queue rather than the head queue
  item's question, which was a no-op.
  (tq-filter, tq-process-buffer): Make sure the process buffer exists
  before making it the current buffer.

* lispref/processes.texi (Transaction Queues): Remove stray quote
  character.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-27 10:42:40 +00:00
Richard M. Stallman
3e04a8fc9f *** empty log message *** 2006-08-25 07:51:57 +00:00
Richard M. Stallman
73c24ae8e8 (Idle Timers): run-with-idle-timer allows Lisp time value. Add xref. 2006-08-25 07:51:46 +00:00
Chong Yidong
fda9748457 * os.texi (Timers): Avoid waiting inside timers. 2006-08-25 02:58:08 +00:00
Lute Kamstra
3e46b34c81 Use ../man/texinfo.tex to build elisp.dvi. 2006-08-21 05:22:22 +00:00
Kim F. Storm
15fe082557 Tiny typo. 2006-08-20 20:57:26 +00:00
Richard M. Stallman
ce6297137d *** empty log message *** 2006-08-20 12:19:33 +00:00
Richard M. Stallman
4721317c7d (Reading One Event): Update xref. 2006-08-20 12:11:24 +00:00
Richard M. Stallman
3bde9bb9fb (Top): Update subnode menu. 2006-08-20 12:10:04 +00:00
Richard M. Stallman
9d45757a54 (Idle Timers): New node, split out from Timers.
Document current-idle-time.
2006-08-20 12:09:37 +00:00
Richard M. Stallman
3cb74cd127 *** empty log message *** 2006-08-16 05:17:30 +00:00
Richard M. Stallman
0007b8a660 (Extended Menu Items): Show format of cached bindings in extended menu items. 2006-08-16 05:11:54 +00:00
Richard M. Stallman
81b4d9abbf (Variable Definitions): Explain when the
standard value expression is evaluated.
2006-08-16 05:10:55 +00:00
Chong Yidong
9411b08096 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 22:28:02 +00:00
Chong Yidong
7e18844978 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 19:59:08 +00:00
Chong Yidong
b8f5396ad1 * text.texi (Near Point): Say "cursor" not "terminal cursor".
(Commands for Insertion): Removed split-line since it's not
	relevant for Lisp programming.
	(Yank Commands): Rewrite introduction.
	(Undo): Clarify.
	(Maintaining Undo): Clarify.  Document undo-ask-before-discard.
	(Filling): Remove redundant comment.  Clarify return value of
	current-justification.
	(Margins): Minor clarifications.
	(Adaptive Fill): Update default value of adaptive-fill-regexp.
	(Sorting): Update definition of sort-lines.
	(Columns): Clarify behavior of sort-columns.
	(Indent Tabs): Link to Tab Stops in Emacs manual.
	(Special Properties): Clarify.
	(Clickable Text): Mention Buttons package.
2006-08-13 03:12:43 +00:00
Eli Zaretskii
0c80afbd3a *** empty log message *** 2006-08-12 13:05:36 +00:00
Eli Zaretskii
78e5d54902 (Time Parsing): Add %z to format-time-string, per docstring.
Add cross reference to glibc manual for strftime.
2006-08-12 12:55:07 +00:00
Richard M. Stallman
02a2b2ad4f Clean up wording in previous change. 2006-08-08 17:39:08 +00:00
Chong Yidong
34e5974a22 * modes.texi (Hooks): Clarify.
(Major Mode Basics): Mention define-derived-mode explicitly.
	(Major Mode Conventions): Rebinding RET is OK for some modes.
	Mention change-major-mode-hook and after-change-major-mode-hook.
	(Example Major Modes): Moved to end of Modes section.
	(Mode Line Basics): Clarify.
	(Mode Line Data): Mention help-echo and local-map in strings.
	Explain reason for treatment of non-risky variables.
	(Properties in Mode): Clarify.
	(Faces for Font Lock): Add font-lock-negation-char-face.
2006-08-07 13:39:53 +00:00
Eli Zaretskii
a1ebfe3423 (Formatting Strings) Resurrect erroneously removed line. 2006-08-05 09:49:01 +00:00
Eli Zaretskii
65c6c6b6ca (Formatting Strings): Warn against arbitrary strings as first arg to `format'. 2006-08-04 10:42:41 +00:00
Juanma Barranquero
9b7fa2975f *** empty log message *** 2006-08-03 10:14:49 +00:00
Juanma Barranquero
e642d1fea7 Fix typo in markup. 2006-08-03 09:44:24 +00:00
Stefan Monnier
05a1066ff0 (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
(font-lock-extend-region-multiline)
(font-lock-extend-region-wholelines): New functions.
(font-lock-default-fontify-region): Use them.
(font-lock-extend-jit-lock-region-after-change): Only round up
if font-lock-default-fontify-region will do it as well.
2006-08-03 07:14:39 +00:00
Stefan Monnier
ab0dd59ce7 (font-lock-extend-after-change-region-function):
Rename from font-lock-extend-region-function.
(font-lock-extend-region): Remove by inlining at call sites.
(font-lock-after-change-function): Don't needlessly round up to a whole
number of lines.
(font-lock-extend-jit-lock-region-after-change): Be more careful about
the boundary conditions and the interactions between the various ways
to extend the region.
2006-08-03 05:42:53 +00:00
Thien-Thi Nguyen
fc0ba1d080 (Clickable Text): Mention `help-echo' text property.
Update intro, examples and associated explanations.
2006-07-31 20:33:33 +00:00
Richard M. Stallman
a3483884d3 *** empty log message *** 2006-07-31 18:44:18 +00:00
Richard M. Stallman
13bdd945ba (System Interface): Fix menu descriptions of some nodes.
(Translating Input): Node deleted.
2006-07-31 18:42:37 +00:00
Richard M. Stallman
160ab7f94e Update xrefs.
(Event Mod): New node, cut out from old Translating Input.
2006-07-31 18:41:58 +00:00
Richard M. Stallman
1352a20319 Update xrefs from Translating Input to Translation Keymaps. 2006-07-31 18:39:14 +00:00
Richard M. Stallman
f044bf2711 (Translation Keymaps): New node.
Update xrefs from Translating Input to Translation Keymaps.
2006-07-31 18:37:18 +00:00
Richard M. Stallman
2410b13a18 (Top): Update subnode menu. 2006-07-31 18:34:36 +00:00
Richard M. Stallman
47f6532e25 (Face Functions): Fix explanations of FRAME=t or nil. 2006-07-31 18:32:16 +00:00
Nick Roberts
ab04a72ade (Sets And Lists): Update link for add-to-list. 2006-07-31 10:57:16 +00:00