1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Glenn Morris
8a1a7198ae (Equality Predicates): No longer talk about "two" functions. 2008-02-11 00:51:47 +00:00
Glenn Morris
6bafe8bc27 Lawrence Mitchell <wence at gmx.li> (tiny change)
(Equality Predicates): Add defun for equal-including-properties.
2008-02-11 00:49:28 +00:00
Glenn Morris
d6a72cc500 (Equality Predicates): Mention equal-including-properties. 2008-02-11 00:47:11 +00:00
Glenn Morris
57ebf0bedb Add 2008 to copyright years. 2008-01-07 08:53:20 +00:00
Richard M. Stallman
a2afc99dba (Symbol Type): Fix typo. 2007-12-04 19:53:34 +00:00
Richard M. Stallman
c9b965bde8 Improve index entries. 2007-04-07 01:53:53 +00:00
Glenn Morris
b3d90e4611 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 03:47:24 +00:00
Richard M. Stallman
4c71c1062a (Character Type): Node split.
Add xref to Describing Characters.
(Basic Char Syntax, General Escape Syntax)
(Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2006-09-14 01:43:18 +00:00
Richard M. Stallman
b77806b78f (Function Type): Clarify. 2006-07-24 17:58:11 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Karl Berry
ece35e15a7 fix bad page breaks 2006-07-16 18:25:23 +00:00
Richard M. Stallman
0c1cf12271 (Frame Type): Explain nature of frames better. 2006-07-12 16:10:27 +00:00
Eli Zaretskii
4d7d826bed (Character Type): Document that Emacs signals an error for unsupported Unicode
characters specified as \uNNNN.
2006-06-24 06:54:52 +00:00
Richard M. Stallman
11bfb6938a (Character Type): Clarify prev. change.
(Non-ASCII in Strings): Mention \u and \U.
2006-06-16 15:19:06 +00:00
Eli Zaretskii
a9ab79a844 (Character Type): Describe the\uABCD and \U00ABCDEF syntax. 2006-06-09 18:11:21 +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
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
1d49d5d9e1 (Character Type): Clarify that \s is not space if a dash follows. 2005-12-08 17:43:14 +00:00
Richard M. Stallman
cf107ffb4f (Printed Representation): Minor cleanup.
(Box Diagrams): Minor fix.
(Cons Cell Type): Move (...) index item here.
(Box Diagrams): From here.
(Array Type): Minor fix.
(Type Predicates): Delete index "predicates".
(Hash Table Type): Clarify xref.
(Dotted Pair Notation): Minor fix.
2005-09-15 13:11:24 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Richard M. Stallman
a044cd1f02 (Equality Predicates): Clarify meaning of equal. 2005-06-25 14:09:07 +00:00
Richard M. Stallman
4ccd1968d9 (Hash Table Type, Circular Objects): Get rid of "Emacs 21". 2005-03-06 18:21:36 +00:00
Richard M. Stallman
8b480acb35 (Printed Representation): Clarify read syntax vs print.
(Floating Point Type): Explain meaning better.
(Symbol Type): Explain uniqueness better.
(Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
List examples sooner.
(Box Diagrams): New subnode broken out.
Some examples moved from old Lists as Boxes node.
(Dotted Pair Notation): Clarify intro.
(Array Type): Clarify.
(Type Predicates): Add hash-table-p.
2005-02-14 10:22:36 +00:00
Richard M. Stallman
0ea91b5153 (Symbol Type): Minor correction. 2005-02-10 06:50:59 +00:00
Luc Teirlinck
30e75a873a (Character Type): Reposition `@anchor' to prevent double space inside
sentence in Info.
2004-08-09 02:47:17 +00:00
Richard M. Stallman
c2d8228a0a Minor fix. 2004-02-17 01:06:10 +00:00
Luc Teirlinck
b51785c121 (Lisp Data Types): Mention that certain variables can only take on a
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
2003-12-25 03:45:43 +00:00
Luc Teirlinck
d4241ae4cb (Non-ASCII in Strings): Clarify description of when a string is
unibyte or multibyte.
(Bool-Vector Type): Update examples.
(Equality Predicates): Correctly describe when two strings are `equal'.
2003-12-01 03:57:00 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Luc Teirlinck
d5e7aa502b (Integer Type): Update for extra bit of integer range.
(Character Type): Ditto.
2003-10-22 02:46:08 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
de61a34e9c (Character Type): Define anchor "modifier bits". 2003-08-13 17:24:09 +00:00
Richard M. Stallman
6efdb8e54c (Character Type): Don't use space as example for \.
Make list of char names and \-sequences correspond.
Explain that \s is not used in strings.  `\ ' needs space after.
2003-07-22 15:17:28 +00:00
Andreas Schwab
48f1d01501 (Symbol Type): Fix description of examples. 2003-06-22 17:04:07 +00:00
Kim F. Storm
136b7da90a (Character Type): New \s escape for space. 2003-02-13 13:15:45 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Eli Zaretskii
adcac9f50f (Symbol Type): Use colon' in index entries instead of :' only in Info. 2002-03-22 13:41:46 +00:00
Eli Zaretskii
756e1ca004 (Symbol Type): Avoid makeinfo warning about colons in indices. 2002-03-13 17:59:14 +00:00
Richard M. Stallman
92e732c4b6 Remove two excess spaces. 2001-08-25 02:01:04 +00:00
Richard M. Stallman
3ae8380be4 Minor cleanup. 2001-08-12 21:16:54 +00:00
Richard M. Stallman
9eae55d283 Fully document \d. 2001-04-22 14:51:21 +00:00
Richard M. Stallman
1d2849135b Floating point is always available; say a little about what it is. 2001-03-26 03:17:58 +00:00
Dave Love
c99554b1f6 *** empty log message *** 2001-01-22 20:52:23 +00:00
Richard M. Stallman
03231f93f3 Minor fix because a bool-vector's elements can't be characters. 2001-01-07 01:54:41 +00:00
Gerd Moellmann
a2bd77b863 *** empty log message *** 2000-09-12 12:51:38 +00:00
Dave Love
e88399c85c keywordp, user-variable-p change. 2000-01-31 12:48:43 +00:00
Richard M. Stallman
757081353d *** empty log message *** 2000-01-20 18:18:58 +00:00
Gerd Moellmann
3768027915 @ifinto -> @ifnottex. 2000-01-05 15:18:01 +00:00
Gerd Moellmann
fd897522d4 Update copyrights. 2000-01-05 14:59:32 +00:00