1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

2164 Commits

Author SHA1 Message Date
Eli Zaretskii
e1d01705a5 (Defining Faces): Mention `mac', and add an xref to where window-system is
described.
2006-05-12 12:07:43 +00:00
Eli Zaretskii
0c60d79acf Fix spelling errors. 2006-05-12 11:46:15 +00:00
Richard M. Stallman
e4c068c063 (Writing Emacs Primitives): Clarify GCPRO rules. 2006-05-11 00:59:41 +00:00
Reiner Steib
310359279c (File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
2006-05-10 13:06:02 +00:00
Richard M. Stallman
f12a0718b3 (File Local Variables): Document
safe-local-eval-forms and safe-local-eval-function.
2006-05-10 01:40:17 +00:00
Eli Zaretskii
f80a56a075 Fix spelling errors. 2006-05-09 19:48:03 +00:00
Kim F. Storm
ed7e6c32a8 *** empty log message *** 2006-05-07 20:57:58 +00:00
Kim F. Storm
8bcba30da6 (Minibuffer History): Remove keep-dups arg
from add-to-history.
2006-05-07 20:52:05 +00:00
Romain Francoise
5a36d8349d * commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
2006-05-07 16:02:27 +00:00
Eli Zaretskii
f53d2e8780 *** empty log message *** 2006-05-06 13:19:17 +00:00
Eli Zaretskii
d6d7b06bbb (Standard Hooks): Replace inforef to emacs-xtra by conditional xref's to
either emacs or emacs-xtra, depending on @iftex/@ifnottex.
2006-05-06 13:04:53 +00:00
Eli Zaretskii
fbc284f6f7 *** empty log message *** 2006-05-06 08:22:01 +00:00
Eli Zaretskii
321eb4b29a (Minibuffer History): Document add-to-history. 2006-05-06 07:53:25 +00:00
Eli Zaretskii
3dfed65387 *** empty log message *** 2006-05-05 13:03:17 +00:00
Eli Zaretskii
a4336ea067 (Pure Storage): Mention the pure overflow message at startup. 2006-05-05 12:58:42 +00:00
Eli Zaretskii
8e7a9a24c7 *** empty log message *** 2006-05-05 12:50:44 +00:00
Eli Zaretskii
e98a14ffeb (Active Keymaps): Fix pseudo-Lisp syntax.
(Searching Keymaps): Fix pseudo-Lisp description of keymap search.
2006-05-05 12:27:06 +00:00
Richard M. Stallman
d0789de9cd (nil and t): Clarify. 2006-05-02 00:09:03 +00:00
Richard M. Stallman
beea1ef6c5 (File Local Variables): Suggest using booleanp. 2006-05-02 00:08:17 +00:00
Juanma Barranquero
fc2cb77207 *** empty log message *** 2006-05-01 15:12:44 +00:00
Juanma Barranquero
23cac09775 (Type Predicates): Fix typos. 2006-05-01 15:05:48 +00:00
Stefan Monnier
27c5714a63 (Type Predicates): Add links for booleanp and string-or-null-p. 2006-05-01 13:31:59 +00:00
Stefan Monnier
0ccc83d9d3 (nil and t): Add `booleanp' predicate. 2006-05-01 13:30:59 +00:00
Richard M. Stallman
eadb9d458f *** empty log message *** 2006-04-30 02:35:46 +00:00
Richard M. Stallman
03475b051a (Multiline Font Lock): Renamed from Multi line Font Lock Elements.
Much clarification.
(Font Lock Multiline, Region to Fontify): Much clarification.
2006-04-30 02:35:35 +00:00
Stefan Monnier
830951b02a Improve the documentation of how to hilight multiline elements. 2006-04-29 15:11:38 +00:00
Stefan Monnier
7817e3d35e (File Local Variables): Remove the special case t for safe-local-variable. 2006-04-29 14:02:42 +00:00
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