summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-28 14:52:37 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-28 14:52:37 +0000
commitc8692120e02bd488a730848a764f8dbe266eb787 (patch)
tree79345c9044851943771a9f26b7097cdbca9880ff /lispref
parentd6d1773d1054ba387e8d4bc1fe4659ce3f788f03 (diff)
downloademacs-c8692120e02bd488a730848a764f8dbe266eb787.tar.gz
entered into RCS
Diffstat (limited to 'lispref')
-rw-r--r--lispref/anti.texi10
-rw-r--r--lispref/book-spine.texinfo2
-rw-r--r--lispref/control.texi4
-rw-r--r--lispref/edebug.texi3
-rw-r--r--lispref/elisp-covers.texi36
-rw-r--r--lispref/elisp.texi12
-rw-r--r--lispref/front-cover-1.texi4
-rw-r--r--lispref/lists.texi4
-rw-r--r--lispref/macros.texi6
-rw-r--r--lispref/markers.texi2
-rw-r--r--lispref/objects.texi2
-rw-r--r--lispref/positions.texi4
-rw-r--r--lispref/symbols.texi2
13 files changed, 47 insertions, 44 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi
index 5f6b9286bfc..ca94cf3d196 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -107,7 +107,7 @@ The functions @code{float}, @code{truncate}, @code{floor}, @code{ceil},
The @code{format} function no longer handles the specifications
@samp{%e}, @samp{%f} and @samp{%g} for printing floating point numbers;
likewise for @code{message}.
-@end bullet
+@end itemize
@section Changes in Basic Editing Functions
@@ -199,7 +199,7 @@ friendly to process the files in any haphazard order.
@item
We eliminated the variables @code{write-contents-hooks} and
@code{local-write-file-hooks}.
-@end bullet
+@end itemize
@section Making Certain File Names ``Magic''
@@ -238,9 +238,11 @@ are: @code{x-display-screens}, @code{x-server-version},
@code{x-display-visual-class}, @code{x-display-color-p}, and
@code{x-display-color-cells}.
+@item
Additionally, we removed the variable @code{x-no-window-manager} and the
functions @code{x-synchronize} and @code{x-get-resource}.
+@item
We didn't abolish @code{x-display-color-p}, but we renamed it to
@code{x-color-display-p}. We did abolish @code{x-color-defined-p}.
@@ -383,7 +385,7 @@ with a keyboard was too confusing for too many users.
@item
Emacs 18 has no menu bars. All functions and variables related to the
menu bar have been eliminated.
-@end bullet
+@end itemize
@section Changes in Minibuffer Features
@@ -401,7 +403,7 @@ minibuffer input functions can no longer be a cons cell
@item
In the function @code{read-no-blanks-input}, the @var{initial} argument
is no longer optional.
-@end bullet
+@end itemize
@section New Features for Defining Commands
diff --git a/lispref/book-spine.texinfo b/lispref/book-spine.texinfo
index 92b224eb833..8633d477aca 100644
--- a/lispref/book-spine.texinfo
+++ b/lispref/book-spine.texinfo
@@ -11,7 +11,7 @@
@center @titlefont{GNU Emacs Lisp Reference Manual}
@sp 5
@center GNU
-@center Emacs Version 18
+@center Emacs Version 19.25
@center for Unix Users
@sp 5
diff --git a/lispref/control.texi b/lispref/control.texi
index 60fe2d56117..aea1c535588 100644
--- a/lispref/control.texi
+++ b/lispref/control.texi
@@ -1133,7 +1133,7 @@ but at least it is very unlikely.
to kill a temporary buffer. In this example, the value returned by
@code{unwind-protect} is used.
-@example
+@smallexample
(defun shell-command-string (cmd)
"Return the output of the shell command CMD, as a string."
(save-excursion
@@ -1142,4 +1142,4 @@ to kill a temporary buffer. In this example, the value returned by
(unwind-protect
(buffer-string)
(kill-buffer (current-buffer)))))
-@end example
+@end smallexample
diff --git a/lispref/edebug.texi b/lispref/edebug.texi
index 991ea0a5391..f32b516199e 100644
--- a/lispref/edebug.texi
+++ b/lispref/edebug.texi
@@ -1069,8 +1069,7 @@ by an alternative, equivalent specification.
Here is a table of the possibilities for @var{specification} and how each
directs processing of arguments.
-@table @bullet
-
+@table @asis
@item @code{t}
All arguments are instrumented for evaluation.
diff --git a/lispref/elisp-covers.texi b/lispref/elisp-covers.texi
index fa89c3d233e..aa9d23b8444 100644
--- a/lispref/elisp-covers.texi
+++ b/lispref/elisp-covers.texi
@@ -18,9 +18,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 1}
@sp 2
@@ -41,9 +41,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 2}
@sp 2
@@ -72,9 +72,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 1}
@sp 2
@@ -106,9 +106,9 @@
@end tex
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 1}
@sp 2
@@ -137,9 +137,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 1}
@sp 2
@@ -167,9 +167,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 2}
@sp 2
@@ -197,9 +197,9 @@
@sp 1
@center @titlefont{Manual}
@sp 2
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 2}
@sp 2
@@ -212,9 +212,9 @@
@w{@titlefont{The GNU Emacs Lisp Reference Manual --- Vol. 1}}
@sp 4
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 4
@center by Bil Lewis, Dan LaLiberte,
@center and the GNU Manual Group
@@ -231,9 +231,9 @@
@w{@titlefont{The GNU Emacs Lisp Reference Manual --- Vol. 2}}
@sp 4
-@center GNU Emacs Version 18
+@center GNU Emacs Version 19
@center for Unix Users
-@center Edition 1.05, April 1992
+@center Edition 2.3, June 1994
@sp 4
@center by Bil Lewis, Dan LaLiberte,
@center and the GNU Manual Group
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index d9984ebfcc2..ce4b7d542c2 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -7,7 +7,7 @@
@ifinfo
This version is the edition 2.3 of the GNU Emacs Lisp
-Reference Manual. It corresponds to Emacs Version 19.23.
+Reference Manual. It corresponds to Emacs Version 19.25.
@c Please REMEMBER to update edition number in *four* places in this file
@c and also in *one* place in intro.texi
@@ -69,7 +69,7 @@ instead of in the original English.
@c The edition number appears in several places in this file
@c and also in the file intro.texi.
@subtitle Second Edition, June 1993
-@subtitle Revision 2.3, May 1994
+@subtitle Revision 2.3, June 1994
@author by Bil Lewis, Dan LaLiberte, Richard Stallman
@author and the GNU Manual Group
@@ -78,9 +78,9 @@ instead of in the original English.
Copyright @copyright{} 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
@sp 2
-Second Edition @*
-Revised for Emacs Version 19.23,@*
-May 1994.@*
+Edition 2.3 @*
+Revised for Emacs Version 19.25,@*
+June, 1994.@*
@sp 2
ISBN 1-882114-40-X
@@ -114,7 +114,7 @@ Cover art by Etienne Suvasa.
@ifinfo
This Info file contains edition 2.3 of the GNU Emacs Lisp
-Reference Manual, corresponding to GNU Emacs version 19.23.
+Reference Manual, corresponding to GNU Emacs version 19.25.
@end ifinfo
@menu
diff --git a/lispref/front-cover-1.texi b/lispref/front-cover-1.texi
index 980d3336e1c..cde9f952e9a 100644
--- a/lispref/front-cover-1.texi
+++ b/lispref/front-cover-1.texi
@@ -20,7 +20,7 @@
@sp 2
@center GNU Emacs Version 19
@center for Unix Users
-@center Second Edition, June 1993
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 1}
@sp 2
@@ -41,7 +41,7 @@
@sp 2
@center GNU Emacs Version 19
@center for Unix Users
-@center Second Edition, June 1993
+@center Edition 2.3, June 1994
@sp 2
@center @titlefont{Volume 2}
@sp 2
diff --git a/lispref/lists.texi b/lispref/lists.texi
index 7f0fc818ce2..0eb4a290f43 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -211,7 +211,7 @@ considered a list and @code{not} when it is considered a truth value
@end example
@end defun
-@need 1000
+@need 2000
@node List Elements
@section Accessing Elements of Lists
@@ -1384,6 +1384,7 @@ the new alist without changing the old one.
(setq needles-per-cluster
'((2 . ("Austrian Pine" "Red Pine"))
(3 . ("Pitch Pine"))
+@end group
(5 . ("White Pine"))))
@result{}
((2 "Austrian Pine" "Red Pine")
@@ -1404,6 +1405,7 @@ the new alist without changing the old one.
@result{} nil
(cdr (car (cdr needles-per-cluster)))
@result{} ("Pitch Pine")
+@group
(eq (cdr (car (cdr needles-per-cluster)))
(cdr (car (cdr copy))))
@result{} t
diff --git a/lispref/macros.texi b/lispref/macros.texi
index 13e85568eaf..71dc82f9e54 100644
--- a/lispref/macros.texi
+++ b/lispref/macros.texi
@@ -320,7 +320,7 @@ should not be used:
@cindex CL note---@samp{,}, @samp{,@@} as functions
@quotation
-@b{Common Lisp note:} in Common Lisp, @samp{,} and @samp{,@@} are
+@b{Common Lisp note:} In Common Lisp, @samp{,} and @samp{,@@} are
implemented as reader macros, so they do not require parentheses. In
Emacs Lisp they use function call syntax because reader macros are not
supported (for simplicity's sake).
@@ -474,7 +474,7 @@ number of times:
local variable named @code{max} which the user does not expect. This
causes trouble in examples such as the following:
-@example
+@smallexample
@group
(let ((max 0))
(for x from 0 to 10 do
@@ -482,7 +482,7 @@ causes trouble in examples such as the following:
(if (< max this)
(setq max this)))))
@end group
-@end example
+@end smallexample
@noindent
The references to @code{max} inside the body of the @code{for}, which
diff --git a/lispref/markers.texi b/lispref/markers.texi
index ae2deeb9b4d..ef991890a18 100644
--- a/lispref/markers.texi
+++ b/lispref/markers.texi
@@ -441,7 +441,7 @@ This function is @emph{only} intended for interactive use.
This function sets the mark to @var{position}, and activates the mark.
The old value of the mark is @emph{not} pushed onto the mark ring.
-@strong{Please note:} use this function only if you want the user to
+@strong{Please note:} Use this function only if you want the user to
see 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}. For this reason, most applications should use
diff --git a/lispref/objects.texi b/lispref/objects.texi
index ede4d2cb554..9f5a82ee393 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -422,7 +422,7 @@ do such a thing.
@cindex CL note---case of letters
@quotation
-@b{Common Lisp note:} in Common Lisp, lower case letters are always
+@b{Common Lisp note:} In Common Lisp, lower case letters are always
``folded'' to upper case, unless they are explicitly escaped. This is
in contrast to Emacs Lisp, in which upper case and lower case letters
are distinct.
diff --git a/lispref/positions.texi b/lispref/positions.texi
index b3f4bd17b42..28ff5ca4e04 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -626,8 +626,8 @@ A negative argument means move backward but still to a less deep spot.
@deffn Command down-list arg
This function moves forward into @var{arg} levels of parentheses. A
-negative argument means move backward but still go @var{arg} levels
-deeper in parentheses.
+negative argument means move backward but still go
+deeper in parentheses (@minus{}@var{arg} levels).
@end deffn
@deffn Command forward-sexp arg
diff --git a/lispref/symbols.texi b/lispref/symbols.texi
index 7d7825d88fc..f3d13ebdad7 100644
--- a/lispref/symbols.texi
+++ b/lispref/symbols.texi
@@ -241,7 +241,7 @@ However, this normally happens only as part of the abbrev mechanism
@cindex CL note---symbol in obarrays
@quotation
-@b{Common Lisp note:} in Common Lisp, a single symbol may be interned in
+@b{Common Lisp note:} In Common Lisp, a single symbol may be interned in
several obarrays.
@end quotation