From a437fd43cc3ece125446142af9ed27ef8c1e6621 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:20:13 +0000 Subject: Move pkg/ files into package's toplevel directory --- lang/elisp-manual/DESCR | 27 ++++++++++++++++++++++++++ lang/elisp-manual/PLIST | 47 +++++++++++++++++++++++++++++++++++++++++++++ lang/elisp-manual/pkg/DESCR | 27 -------------------------- lang/elisp-manual/pkg/PLIST | 47 --------------------------------------------- 4 files changed, 74 insertions(+), 74 deletions(-) create mode 100644 lang/elisp-manual/DESCR create mode 100644 lang/elisp-manual/PLIST delete mode 100644 lang/elisp-manual/pkg/DESCR delete mode 100644 lang/elisp-manual/pkg/PLIST (limited to 'lang/elisp-manual') diff --git a/lang/elisp-manual/DESCR b/lang/elisp-manual/DESCR new file mode 100644 index 00000000000..03bb4839b25 --- /dev/null +++ b/lang/elisp-manual/DESCR @@ -0,0 +1,27 @@ + Most of the GNU Emacs text editor is written in the programming +language called Emacs Lisp. You can write new code in Emacs Lisp and +install it as an extension to the editor. However, Emacs Lisp is more +than a mere ``extension language''; it is a full computer programming +language in its own right. You can use it as you would any other +programming language. + + Because Emacs Lisp is designed for use in an editor, it has special +features for scanning and parsing text as well as features for handling +files, buffers, displays, subprocesses, and so on. Emacs Lisp is +closely integrated with the editing facilities; thus, editing commands +are functions that can also conveniently be called from Lisp programs, +and parameters for customization are ordinary Lisp variables. + + This manual attempts to be a full description of Emacs Lisp. For a +beginner's introduction to Emacs Lisp, see ``An Introduction to +Emacs Lisp Programming,'' by Bob Chassell, also published by the Free +Software Foundation. This manual presumes considerable familiarity with +the use of Emacs for editing; see ``The GNU Emacs Manual'' for this +basic information. + + Generally speaking, the earlier chapters describe features of Emacs +Lisp that have counterparts in many programming languages, and later +chapters describe features that are peculiar to Emacs Lisp or relate +specifically to editing. + + This is edition 2.5. diff --git a/lang/elisp-manual/PLIST b/lang/elisp-manual/PLIST new file mode 100644 index 00000000000..dbdf3e8ad6f --- /dev/null +++ b/lang/elisp-manual/PLIST @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:23:06 zuntum Exp $ +@unexec install-info --delete %D/info/elisp %D/info/dir +info/elisp +info/elisp-1 +info/elisp-2 +info/elisp-3 +info/elisp-4 +info/elisp-5 +info/elisp-6 +info/elisp-7 +info/elisp-8 +info/elisp-9 +info/elisp-10 +info/elisp-11 +info/elisp-12 +info/elisp-13 +info/elisp-14 +info/elisp-15 +info/elisp-16 +info/elisp-17 +info/elisp-18 +info/elisp-19 +info/elisp-20 +info/elisp-21 +info/elisp-22 +info/elisp-23 +info/elisp-24 +info/elisp-25 +info/elisp-26 +info/elisp-27 +info/elisp-28 +info/elisp-29 +info/elisp-30 +info/elisp-31 +info/elisp-32 +info/elisp-33 +info/elisp-34 +info/elisp-35 +info/elisp-36 +info/elisp-37 +info/elisp-38 +info/elisp-39 +info/elisp-40 +info/elisp-41 +info/elisp-42 +info/elisp-43 +@exec install-info %D/info/elisp %D/info/dir diff --git a/lang/elisp-manual/pkg/DESCR b/lang/elisp-manual/pkg/DESCR deleted file mode 100644 index 03bb4839b25..00000000000 --- a/lang/elisp-manual/pkg/DESCR +++ /dev/null @@ -1,27 +0,0 @@ - Most of the GNU Emacs text editor is written in the programming -language called Emacs Lisp. You can write new code in Emacs Lisp and -install it as an extension to the editor. However, Emacs Lisp is more -than a mere ``extension language''; it is a full computer programming -language in its own right. You can use it as you would any other -programming language. - - Because Emacs Lisp is designed for use in an editor, it has special -features for scanning and parsing text as well as features for handling -files, buffers, displays, subprocesses, and so on. Emacs Lisp is -closely integrated with the editing facilities; thus, editing commands -are functions that can also conveniently be called from Lisp programs, -and parameters for customization are ordinary Lisp variables. - - This manual attempts to be a full description of Emacs Lisp. For a -beginner's introduction to Emacs Lisp, see ``An Introduction to -Emacs Lisp Programming,'' by Bob Chassell, also published by the Free -Software Foundation. This manual presumes considerable familiarity with -the use of Emacs for editing; see ``The GNU Emacs Manual'' for this -basic information. - - Generally speaking, the earlier chapters describe features of Emacs -Lisp that have counterparts in many programming languages, and later -chapters describe features that are peculiar to Emacs Lisp or relate -specifically to editing. - - This is edition 2.5. diff --git a/lang/elisp-manual/pkg/PLIST b/lang/elisp-manual/pkg/PLIST deleted file mode 100644 index 6a85785e4d4..00000000000 --- a/lang/elisp-manual/pkg/PLIST +++ /dev/null @@ -1,47 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/02/11 19:17:32 tv Exp $ -@unexec install-info --delete %D/info/elisp %D/info/dir -info/elisp -info/elisp-1 -info/elisp-2 -info/elisp-3 -info/elisp-4 -info/elisp-5 -info/elisp-6 -info/elisp-7 -info/elisp-8 -info/elisp-9 -info/elisp-10 -info/elisp-11 -info/elisp-12 -info/elisp-13 -info/elisp-14 -info/elisp-15 -info/elisp-16 -info/elisp-17 -info/elisp-18 -info/elisp-19 -info/elisp-20 -info/elisp-21 -info/elisp-22 -info/elisp-23 -info/elisp-24 -info/elisp-25 -info/elisp-26 -info/elisp-27 -info/elisp-28 -info/elisp-29 -info/elisp-30 -info/elisp-31 -info/elisp-32 -info/elisp-33 -info/elisp-34 -info/elisp-35 -info/elisp-36 -info/elisp-37 -info/elisp-38 -info/elisp-39 -info/elisp-40 -info/elisp-41 -info/elisp-42 -info/elisp-43 -@exec install-info %D/info/elisp %D/info/dir -- cgit v1.2.3