Mercurial > emacs
annotate oldXMenu/copyright.h @ 52947:3c1778936dff
(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.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 27 Oct 2003 15:54:13 +0000 |
parents | 695cf19ef79e |
children | f0eb34e60705 e8824c4f5f7e 375f2633d815 |
rev | line source |
---|---|
52401 | 1 /* $Header: /cvsroot/emacs/emacs/oldXMenu/copyright.h,v 1.1 1999/10/03 19:35:25 fx Exp $ */ |
25858 | 2 /* |
3 | |
4 Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology | |
5 | |
6 Permission to use, copy, modify, and distribute this | |
7 software and its documentation for any purpose and without | |
8 fee is hereby granted, provided that the above copyright | |
9 notice appear in all copies and that both that copyright | |
10 notice and this permission notice appear in supporting | |
11 documentation, and that the name of M.I.T. not be used in | |
12 advertising or publicity pertaining to distribution of the | |
13 software without specific, written prior permission. | |
14 M.I.T. makes no representations about the suitability of | |
15 this software for any purpose. It is provided "as is" | |
16 without express or implied warranty. | |
17 | |
18 */ | |
19 | |
52401 | 20 /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 |
21 (do not change this comment) */ |