1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

776 Commits

Author SHA1 Message Date
Robert J. Chassell
f5d2538f2f Fix typo: @same --> @samp 2002-09-28 19:39:42 +00:00
Jonathan Yavner
7ed9159a5c New major mode "SES" for spreadsheets.
New function (unsafep X) determines whether X is a safe Lisp form.
New support module testcover.el for coverage testing.
2002-09-28 18:45:56 +00:00
Stefan Monnier
a28b5ba33a *** empty log message *** 2002-09-26 20:37:46 +00:00
Stefan Monnier
7231e81998 Add `umask' to the concept index. 2002-09-17 19:17:58 +00:00
Richard M. Stallman
bbf77fe890 Correct the explanation of glyphs and glyph table. 2002-09-14 17:36:44 +00:00
Richard M. Stallman
8b6c1445c2 Fix typo. 2002-09-13 19:36:55 +00:00
Richard M. Stallman
09facbd27a (Search and Replace): Fix arg order for perform-replace. 2002-09-12 03:32:02 +00:00
Richard M. Stallman
1daccbf4b2 Describe blink-cursor-alist and new values for cursor-type. 2002-08-27 18:40:30 +00:00
Richard M. Stallman
85df4f6674 Move the node Relative Files before Directory Names. Show what
file-name-nondirectory returns when given a directory name.
Explain that abbreviate-file-name works on file names too.

Explain how to combine a directory name with a relative file name
with concat, and the pitfalls.

Update some details.
2002-08-19 18:43:18 +00:00
Richard M. Stallman
56bd69df59 Fix typo. 2002-08-15 20:33:01 +00:00
Richard M. Stallman
44607ed465 Mention define-generic-mode. 2002-08-15 20:32:05 +00:00
Per Abrahamsen
241f79af81 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
* customize.texi (Splicing into Lists): Fixed example.
	Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2002-08-05 15:15:18 +00:00
Richard M. Stallman
575698d4a5 Explain values of sexp diary entries. 2002-07-30 18:56:52 +00:00
Richard M. Stallman
dbcff00c8d Fix set-face-attribute example. 2002-07-29 01:58:43 +00:00
Richard M. Stallman
608dc4173f (Composite Types): Explain what arguments are. Show what keyword-value
pairs look like.  Give list of keywords.  Put restricted-sexp last.
2002-07-23 19:19:32 +00:00
Juanma Barranquero
3fdb4c50a9 Fix reference to `defvaralias' as a macro. 2002-07-16 11:43:32 +00:00
Juanma Barranquero
795e72aeb7 Fix typo. 2002-07-15 15:50:56 +00:00
Juanma Barranquero
32ebbc3a73 Document third argument of defvaralias. 2002-07-15 15:50:20 +00:00
Richard M. Stallman
edc590bb8a Move the node Query Before Exit down.
Say that Emacs stops reading when a process terminates.
2002-07-12 23:32:14 +00:00
Richard M. Stallman
ce218967c1 Document binding `deactivate-mark' around something that modifies the
buffer so as to keep the mark active.
2002-07-12 23:31:02 +00:00
Richard M. Stallman
f43c34a094 defimage does not evaluate SPECS. 2002-07-12 23:30:17 +00:00
Miles Bader
69137def9b Update face-foreground and face-background to mention INHERIT parameter. 2002-07-07 23:58:31 +00:00
Miles Bader
35f23bbf82 Add entries for face-attribute-relative-p, merge-face-attribute.
Describe INHERIT argument to face-attribute function.
2002-07-07 23:43:25 +00:00
Richard M. Stallman
1ce58cc028 Add x-*-keysym. 2002-07-07 22:28:27 +00:00
Miles Bader
95b5b93393 Tweak text a bit. 2002-07-04 06:43:15 +00:00
Stefan Monnier
f2aa473a2c *** empty log message *** 2002-06-23 22:15:43 +00:00
Richard M. Stallman
6cbdd38bef (Parsing Expressions): Give definition of sexp in terms of syntax classes.
Clarify other text in same node.
2002-06-21 10:01:58 +00:00
Juanma Barranquero
72459b1549 (Display Feature Testing): Fix typo. 2002-06-17 15:27:50 +00:00
Andreas Schwab
61f7e0f5e5 (Initial Parameters, Resources): Fix references to the Emacs manual. 2002-06-12 13:10:00 +00:00
Richard M. Stallman
2e46cd0908 Delete "new in Emacs 21" note. 2002-06-11 19:28:20 +00:00
Miles Bader
82c3d8525f defface `supports' predicate 2002-06-11 01:50:36 +00:00
Miles Bader
11ef2a3b0d display-supports-face-attributes-p 2002-06-11 01:50:15 +00:00
Colin Walters
0ab0c48162 (Precalcuated Fontification): Note how to use `font-lock-core-only'. 2002-06-09 00:43:09 +00:00
Colin Walters
1f63f8141f (char-property-alias-alist): New variable; describe its relation to
`default-text-properties' and the `category' property.

(default-text-properties): Note `char-property-alias-alist'.

(Special Properties): Document new property `font-lock-face'.
2002-06-08 20:31:13 +00:00
Colin Walters
651f7556c1 (Precalcuated Fontification): New node, describing `font-lock-face'. 2002-06-08 20:26:37 +00:00
Richard M. Stallman
515a9a0f46 Explain why set-window-hscroll may appear to fail to work. 2002-06-08 18:33:56 +00:00
Eli Zaretskii
38eee91c98 (Converting Representations): Update the description of what
string-make-unibyte does.
2002-06-05 17:52:03 +00:00
Richard M. Stallman
c02dd51a98 Improve explanation of special handling of point in current buffer. 2002-05-30 17:03:50 +00:00
Kim F. Storm
c152cd2a20 (Intro to Buffer-Local): Updated warning and
example relating to changing buffer inside let.
2002-05-13 19:04:27 +00:00
Kim F. Storm
4e792dbd39 *** empty log message *** 2002-05-13 19:02:48 +00:00
Richard M. Stallman
1e0c9c1870 Clarify what signalling an error means. 2002-05-12 17:04:51 +00:00
Eli Zaretskii
34c0b12eb6 (Quitting): Add an index entry containing the word ``interrupt''. 2002-05-08 17:59:04 +00:00
Richard M. Stallman
2037b26301 Clarify how replace-match does case conversion. 2002-05-04 06:33:47 +00:00
Richard M. Stallman
85378c3fca (Special Properties): Add index entry and xref for tooltips. 2002-04-30 17:55:02 +00:00
Richard M. Stallman
17d4b8cea3 Clarify which letters in C-c LETTER are reserved for users. 2002-04-22 07:52:50 +00:00
Eli Zaretskii
e545ad34f9 (Window Frame Parameters): Document the hbar cursor type. 2002-04-19 12:02:21 +00:00
Richard M. Stallman
c68b630c17 Line break change. 2002-04-19 00:18:22 +00:00
Richard M. Stallman
f9350c5cef Explain use of `declare'. 2002-04-19 00:17:47 +00:00
Eli Zaretskii
5f7eb05d83 (Tips for Making Compiled Code Fast): Don't advertise profile.el. 2002-04-17 15:03:02 +00:00
Gerd Moellmann
b19f34c7d9 From Dave Love. Description of events in marginal areas. 2002-04-12 09:49:18 +00:00