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

56 commits

Author SHA1 Message Date
Richard M. Stallman
1e8f1e2fb0 (Case Tables): Improve last change. 2007-04-07 01:52:16 +00:00
Chong Yidong
45948ea1b4 (Case Tables): Document with-case-table and ascii-case-table. 2007-04-04 15:57:04 +00:00
Karl Berry
a4c5b42a9c improve page breaks, etc. 2007-03-30 18:12:56 +00:00
Richard M. Stallman
a48320d900 (Formatting Strings): Clarify width, precision, flags. 2007-03-04 18:25:36 +00:00
Kim F. Storm
0dea6c8b70 (Text Comparison): Mention that assoc-string
converts symbols to strings before testing.
2007-02-21 13:52:27 +00:00
Andreas Schwab
3c031bca59 (Formatting Strings): Document '+' flag. 2007-02-16 13:21:44 +00:00
Juanma Barranquero
1f84b630b0 (Modifying Strings): Clarify that `clear-string' always
converts the string to unibyte.
2007-02-15 10:35:16 +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
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
Richard M. Stallman
7c0c29ee35 *** empty log message *** 2006-07-18 00:11:20 +00:00
Karl Berry
ece35e15a7 fix bad page breaks 2006-07-16 18:25:23 +00:00
Reiner Steib
122c30092c (Predicates for Strings): Add string-or-null-p. 2006-04-07 18:53:09 +00:00
Luc Teirlinck
bed0f7b246 (Creating Strings): Fix Texinfo usage. 2006-03-11 22:42:14 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Richard M. Stallman
342fd6cd64 Fix formatting ugliness. 2005-06-18 13:57:17 +00:00
Richard M. Stallman
42fc00a42f (String Conversion): Fix xref. 2005-04-19 15:19:31 +00:00
Richard M. Stallman
86cf000e84 (String Basics): Mention string-match; clarify. 2005-04-17 15:44:33 +00:00
Richard M. Stallman
a546cd47a4 (Formatting Strings): Get rid of "Emacs 21". 2005-03-06 18:24:53 +00:00
Richard M. Stallman
376dfc01c5 (Modifying Strings): clear-string can make unibyte.
(Formatting Strings): format gives error if values missing.
2005-02-06 10:58:01 +00:00
Luc Teirlinck
d818629763 (Text Comparison): assoc-string also matches elements of alists that
are strings instead of conses.
(Formatting Strings): Standardize Texinfo usage.  Update index entries.
2004-01-26 20:42:59 +00:00
Jonathan Yavner
728345f8b1 For `format', make source and documentation match. 2004-01-24 17:39:47 +00:00
Richard M. Stallman
81e65dff20 (Modifying Strings): Add clear-string.
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.
2003-12-29 21:37:17 +00:00
Luc Teirlinck
a62f71e422 (Text Comparison): Correctly describe when two strings are `equal'.
Combine and clarify descriptions of `assoc-ignore-case' and
`assoc-ignore-representation'.
2003-12-01 04:09:00 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Luc Teirlinck
f67b6c1276 (Creating Strings): Argument START to substring' can not be nil'.
Expand description of `substring-no-properties'.  Correct description
of `split-string', especially with respect to empty matches.  Prevent
very bad line break in definition of `split-string-default-separators'.
(Text Comparison): `string=' and `string<' also accept symbols as
arguments.
(String Conversion): More completely describe argument BASE in
`string-to-number'.
(Formatting Strings): `%s' and `%S" in `format' do require corresponding
object.  Clarify behavior of numeric prefix after `%' in `format'.
(Case Conversion): The argument to `upcase-initials' can be a character.
2003-10-27 15:54:13 +00:00
Richard M. Stallman
1994c2a79c (Creating Strings): Add substring-no-properties. 2003-09-19 14:42:42 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
ad833e10b8 (Creating Strings): Fix xref for vconcat. 2003-08-06 01:42:14 +00:00
Richard M. Stallman
a730d07b4f (Creating Strings): Clarify split-string. 2003-05-28 11:35:48 +00:00
Miles Bader
ac902a0103 Fix mismatched @def/@end pairs (inadvertently nested?). 2003-05-23 01:22:32 +00:00
Juanma Barranquero
3aeea9e980 (Creating Strings): Update split-string specification and examples. 2003-05-22 21:05:25 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Eli Zaretskii
3afd8c2506 (String Conversion) <string-to-number>: Document
that a float is returned for integers that are too large.
2001-09-08 17:41:41 +00:00
Richard M. Stallman
ea626e87bb Minor cleanup.
Add example of scientific notation in string-to-number.
2001-08-12 21:20:19 +00:00
Dave Love
394d33a8ff Revert last change except for %X. 2001-01-04 21:01:18 +00:00
Dave Love
898bb59ad4 %X, %E, %G in format strings. 2001-01-04 11:31:56 +00:00
Dave Love
315fe0e953 Numeric args to concat. 2000-07-27 13:09:58 +00:00
Gerd Moellmann
fd897522d4 Update copyrights. 2000-01-05 14:59:32 +00:00
Gerd Moellmann
176c9de4b4 Remove obsolete @tindex commands. 2000-01-05 14:29:37 +00:00
Richard M. Stallman
8241495da5 *** empty log message *** 1999-09-17 06:59:04 +00:00
Karl Heuer
15da78536b *** empty log message *** 1999-08-30 18:58:31 +00:00
Karl Heuer
b6ae404e61 *** empty log message *** 1999-06-17 07:10:20 +00:00
Richard M. Stallman
1911e6e52c *** empty log message *** 1998-05-26 18:56:56 +00:00
Richard M. Stallman
a9f0a989a1 *** empty log message *** 1998-05-19 03:45:57 +00:00
Richard M. Stallman
969fe9b569 *** empty log message *** 1998-04-20 17:43:57 +00:00
Richard M. Stallman
f9f59935f3 *** empty log message *** 1998-02-28 01:53:53 +00:00
Richard M. Stallman
9feb90da26 Fix format example. 1995-10-16 01:04:41 +00:00
Melissa Weisshaus
bda144f49f updates for version 19.29 made by melissa; also needed to check out files
so two-volume formatting could be accomplished.
1995-06-16 19:17:59 +00:00