summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/elisp-manual/files')
-rw-r--r--app-doc/elisp-manual/files/elisp-manual-18.1.03-fix-texinfo.patch148
1 files changed, 0 insertions, 148 deletions
diff --git a/app-doc/elisp-manual/files/elisp-manual-18.1.03-fix-texinfo.patch b/app-doc/elisp-manual/files/elisp-manual-18.1.03-fix-texinfo.patch
index 01c3252..55fa9f5 100644
--- a/app-doc/elisp-manual/files/elisp-manual-18.1.03-fix-texinfo.patch
+++ b/app-doc/elisp-manual/files/elisp-manual-18.1.03-fix-texinfo.patch
@@ -1,26 +1,3 @@
---- elisp-orig/commands.texi 1990-11-29 23:03:21.000000000 +0000
-+++ elisp/commands.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -533,5 +533,5 @@
-
- @noindent
--The value is 5 because that is the @sc{ASCII} code for @kbd{C-e}.
-+The value is 5 because that is the @sc{ascii} code for @kbd{C-e}.
- @end defvar
-
-@@ -569,5 +569,5 @@
- cursor does not move. @xref{The Echo Area}.
-
--In the first example, the user types @kbd{1} (which is @sc{ASCII} code
-+In the first example, the user types @kbd{1} (which is @sc{ascii} code
- 49). The second example shows a keyboard macro definition that calls
- @code{read-char} from the minibuffer. @code{read-char} reads the
-@@ -685,5 +685,5 @@
-
- In the example below, a character is read (the character @kbd{1},
--@sc{ASCII} code 49). It becomes the value of @code{last-input-char},
-+@sc{ascii} code 49). It becomes the value of @code{last-input-char},
- while @kbd{C-e} (from the @kbd{C-x C-e} command used to evaluate this
- expression) remains the value of @code{last-command-char}.
--- elisp-orig/display.texi 1990-10-11 00:14:05.000000000 +0000
+++ elisp/display.texi 2008-11-25 23:01:58.000000000 +0000
@@ -484,5 +484,5 @@
@@ -50,15 +27,6 @@
+the new buffer with a file and does not make it the current buffer.
@example
---- elisp-orig/functions.texi 1991-01-16 00:03:56.000000000 +0000
-+++ elisp/functions.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -613,5 +613,5 @@
- Return the list of results."
- (if (not (memq 'nil args)) ; @r{If no list is exhausted,}
-- (cons (apply f (mapcar 'car args)) ; @r{Apply function to @sc{CAR}s.}
-+ (cons (apply f (mapcar 'car args)) ; @r{Apply function to @sc{car}s.}
- (apply 'mapcar* f ; @r{Recurse for rest of elements.}
- (mapcar 'cdr args)))))
--- elisp-orig/help.texi 1990-05-31 18:50:37.000000000 +0000
+++ elisp/help.texi 2008-11-25 23:01:58.000000000 +0000
@@ -252,6 +252,6 @@
@@ -79,33 +47,6 @@
+@strong{Please note:} in version 19, @code{blink-paren-hook} and
@code{auto-fill-hook} are renamed to @code{blink-paren-function} and
@code{auto-fill-function} respectively, since they are not called by the
---- elisp-orig/keymaps.texi 1990-05-16 15:40:19.000000000 +0000
-+++ elisp/keymaps.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -357,5 +357,5 @@
- looked up in a keymap. For useful results, the value should be a prefix
- character (@pxref{Prefix Keys}). The default value is 27, which is the
--@sc{ASCII} code for @key{ESC}.
-+@sc{ascii} code for @key{ESC}.
-
- As long as the value of @code{meta-prefix-char} remains 27, key
-@@ -538,5 +538,5 @@
- if it has none. In the following example, the keymap for the
- @samp{*scratch*} buffer (using Lisp Interaction mode) is a sparse keymap
--in which the entry for @key{ESC}, @sc{ASCII} code 27, is another sparse
-+in which the entry for @key{ESC}, @sc{ascii} code 27, is another sparse
- keymap.
-
-@@ -912,8 +912,8 @@
- When several consecutive characters have the same definition, they are
- shown together, as @samp{@var{firstchar}..@var{lastchar}}. In this
--instance, you need to know the @sc{ASCII} codes to understand which
-+instance, you need to know the @sc{ascii} codes to understand which
- characters this means. For example, in the default global map, the
- characters @samp{@key{SPC} ..@: ~} are described by a single line.
--@key{SPC} is @sc{ASCII} 32, @kbd{~} is @sc{ASCII} 126, and the
-+@key{SPC} is @sc{ascii} 32, @kbd{~} is @sc{ascii} 126, and the
- characters between them include all the normal printing characters,
- (e.g., letters, digits, punctuation, etc.@:); all these characters are
--- elisp-orig/markers.texi 1990-05-31 19:10:17.000000000 +0000
+++ elisp/markers.texi 2008-11-25 23:01:58.000000000 +0000
@@ -364,6 +364,6 @@
@@ -117,28 +58,6 @@
+that the mark has moved, and you want the previous mark position to be lost.
Normally, when a new mark is set, the old one should go on the
@code{mark-ring}, which is why most applications should use
---- elisp-orig/objects.texi 1990-08-25 20:46:08.000000000 +0000
-+++ elisp/objects.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -261,5 +261,5 @@
-
- A @dfn{character} in Emacs Lisp is nothing more than an integer. In
--other words, characters are represented by their eight-bit @sc{ASCII}
-+other words, characters are represented by their eight-bit @sc{ascii}
- values. For example, the character @kbd{A} is represented as the
- @w{integer 65}. If an arbitrary integer is used as a character, only
-@@ -387,10 +387,10 @@
- @cindex escape sequence
- Finally, the most general read syntax consists of a question mark
--followed by a backslash and the @sc{ASCII} code for the character in
-+followed by a backslash and the @sc{ascii} code for the character in
- octal (up to three octal digits); thus, @samp{?\101} for the character
- @kbd{A}, @samp{?\001} for the character @kbd{C-a}, and @code{?\002} for
- the character @kbd{C-b}. Although this syntax can represent any
- character, it is preferred only when the precise octal value is more
--important than the @sc{ASCII} representation. (These sequences which
-+important than the @sc{ascii} representation. (These sequences which
- start with backslash are also known as @dfn{escape sequences}, because
- backslash plays the role of an escape character, but they have nothing
--- elisp-orig/os.texi 1990-11-29 23:02:02.000000000 +0000
+++ elisp/os.texi 2008-11-25 23:01:58.000000000 +0000
@@ -90,5 +90,5 @@
@@ -164,13 +83,6 @@
+that you can change it conveniently within Emacs.
@end defun
-@@ -797,5 +797,5 @@
- that the choice of @kbd{C-s} and @kbd{C-q} as command characters was
- reasonable. Emacs, for economy of keystrokes and portability, chose to
--use the control characters in the @sc{ASCII} character set, and tried to
-+use the control characters in the @sc{ascii} character set, and tried to
- make the assignments mnemonic (thus, @kbd{C-s} for search and @kbd{C-q}
- for quote).
--- elisp-orig/positions.texi 1990-05-31 19:07:46.000000000 +0000
+++ elisp/positions.texi 2008-11-25 23:01:58.000000000 +0000
@@ -75,5 +75,5 @@
@@ -221,50 +133,8 @@
+the special character anyway, regardless of where it appears.@refill
For the most part, @samp{\} followed by any character matches only
---- elisp-orig/sequences.texi 1990-06-07 00:17:50.000000000 +0000
-+++ elisp/sequences.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -235,5 +235,5 @@
-
- (aref "abcdefg" 1)
-- @result{} 98 ; @r{@samp{b} is @sc{ASCII} code 98.}
-+ @result{} 98 ; @r{@samp{b} is @sc{ascii} code 98.}
- @end example
-
--- elisp-orig/strings.texi 1990-06-07 00:12:23.000000000 +0000
+++ elisp/strings.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -37,6 +37,6 @@
- the string contents, and cannot be altered. Strings in Lisp are
- @emph{not} terminated by a distinguished character code. (By contrast,
--strings in C are terminated by a character with @sc{ASCII} code 0.)
--This means that any character, including the null character (@sc{ASCII}
-+strings in C are terminated by a character with @sc{ascii} code 0.)
-+This means that any character, including the null character (@sc{ascii}
- code 0), is a valid element of a string.@refill
-
-@@ -261,7 +261,7 @@
- @code{nil}. If the two strings match entirely, the value is @code{nil}.
-
-- Pairs of characters are compared by their @sc{ASCII} codes. Keep in
-+ Pairs of characters are compared by their @sc{ascii} codes. Keep in
- mind that lower case letters have higher numeric values in the
--@sc{ASCII} character set than their upper case counterparts; numbers and
-+@sc{ascii} character set than their upper case counterparts; numbers and
- many punctuation characters have a lower numeric value than upper case
- letters.
-@@ -345,5 +345,5 @@
- This function returns the first character in @var{string}. If the
- string is empty, the function returns 0. The value is also 0 when the
--first character of @var{string} is the null character, @sc{ASCII} code
-+first character of @var{string} is the null character, @sc{ascii} code
- 0.
-
-@@ -567,5 +567,5 @@
-
- The examples below use the characters @samp{X} and @samp{x} which have
--@sc{ASCII} codes 88 and 120 respectively.
-+@sc{ascii} codes 88 and 120 respectively.
-
- @defun downcase string-or-char
@@ -621,5 +621,5 @@
The definition of a word is any sequence of consecutive characters
that are assigned to the word constituent category in the current syntax
@@ -272,24 +142,6 @@
+table (@pxref{Syntax Class Table}).
When the argument to @code{capitalize} is a character, @code{capitalize}
---- elisp-orig/syntax.texi 1990-05-16 15:43:55.000000000 +0000
-+++ elisp/syntax.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -19,5 +19,5 @@
-
- A syntax table is a vector of 256 elements; it contains one entry for
--each of the 256 @sc{ASCII} characters of an 8-bit byte. Each element is
-+each of the 256 @sc{ascii} characters of an 8-bit byte. Each element is
- an integer that encodes the syntax of the character in question.
-
---- elisp-orig/text.texi 1990-05-31 19:17:44.000000000 +0000
-+++ elisp/text.texi 2008-11-25 23:01:58.000000000 +0000
-@@ -1016,5 +1016,5 @@
- unequal; the sort key whose character is less at the point of first
- mismatch is the lesser sort key. The individual characters are compared
--according to their numerical values. Since Emacs uses the @sc{ASCII}
-+according to their numerical values. Since Emacs uses the @sc{ascii}
- character set, the ordering in that set determines alphabetical order.
- @c version 19 change
--- elisp-orig/variables.texi 1990-12-02 18:51:32.000000000 +0000
+++ elisp/variables.texi 2008-11-25 23:01:58.000000000 +0000
@@ -425,5 +425,5 @@