X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c6ab4664a6078ad91af0a61583734d99ba5569f7..0e963201d03d9229bb8ac4323291d2b0119526ed:/doc/lispref/back.texi diff --git a/doc/lispref/back.texi b/doc/lispref/back.texi index 177522e7b2..ecd9c615be 100644 --- a/doc/lispref/back.texi +++ b/doc/lispref/back.texi @@ -1,12 +1,12 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001-2014 Free Software Foundation, Inc. +@c Copyright (C) 2001-2016 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c @c %**start of header @setfilename back-cover @settitle GNU Emacs Lisp Reference Manual -@documentencoding UTF-8 +@include docstyle.texi @c %**end of header . @sp 7 @@ -17,7 +17,7 @@ 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 +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.