summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/MACHINES2
-rw-r--r--etc/README8
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lisp/map-ynp.el2
4 files changed, 11 insertions, 3 deletions
diff --git a/etc/MACHINES b/etc/MACHINES
index 9c257d192cd..969bce970e8 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -1,5 +1,5 @@
This is a list of the status of GNU Emacs on various machines and systems.
-Last updated 4 March 1991.
+Last updated 10 Feb 1992.
For each system and machine, we give the `-opsystem' and `-machine'
options you should pass to config.emacs to prepare to build Emacs for
diff --git a/etc/README b/etc/README
index bb7d91f3142..7c49214815d 100644
--- a/etc/README
+++ b/etc/README
@@ -1,3 +1,11 @@
+This directory contains the architecture-independent files used by or
+with Emacs. This includes some text files of documentation for GNU
+Emacs or of interest to Emacs users, and the file of dumped docstrings
+for Emacs functions and variables.
+
+`termcap.dat' is for VMS. It is a copy of the `/etc/termcap' file
+used on Unix.
+
[/amiga/editors/README Fri Nov 23 15:37:39 EST 1990]
ue-patches/ Patches to Uedit by Rick Stiles.
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 235f8c43420..27ce3f4b61e 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -1,6 +1,6 @@
/* movemail foo bar -- move file foo to file bar,
locking file foo the way /bin/mail respects.
- Copyright (C) 1986 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1992 Free Software Foundation, Inc.
This file is part of GNU Emacs.
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index 914a7ba2cc9..ddf27bdc839 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -41,7 +41,7 @@ Takes args PROMPTER ACTOR LIST, and optional arg HELP.
LIST is a list of objects, or a function of no arguments to return the next
object or nil.
-If is PROMPTER a string, the prompt is \(format PROMPTER OBJECT\). If not
+If PROMPTER is a string, the prompt is \(format PROMPTER OBJECT\). If not
a string, PROMPTER is a function of one arg (an object from LIST), which
returns a string to be used as the prompt for that object. If the return
value is not a string, it is eval'd to get the answer; it may be nil to