mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
*** empty log message ***
This commit is contained in:
parent
91bac16a94
commit
9fd54390a8
4 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue