Differences between version 8 and predecessor to the previous major change of Elisp.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Wednesday, November 19, 2003 4:13:35 pm | by AristotlePagaltzis | Revert |
Older page: | version 7 | Last edited on Monday, September 15, 2003 7:17:55 pm | by GlynWebster | Revert |
@@ -1,5 +1,5 @@
-The [LISP]-based ScriptingLanguage
used to customise the [Emacs] programmers' editor.
+The [LISP]-based scripting language
used to customise the [Emacs] programmers' editor.
Emacs is completely scriptable in Elisp - look in /usr/share/emacs/site-lisp/*.el for the start-up and config files.
''[Programming in Emacs Lisp | http://www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro.html]'' is an online book about Emacs scripting by Robert J. Chassell. It does not assume you already know Lisp.