Fix permissions bugs with setgid directories etc.
[bpt/emacs.git] / doc / lispintro / ChangeLog
1 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix permissions bugs with setgid directories etc. (Bug#13125)
4 * emacs-lisp-intro.texi (Files List):
5 directory-files-and-attributes now outputs t for attribute that's
6 now a placeholder.
7
8 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
9
10 * doclicense.texi: Update to latest version from FSF.
11 These are just minor editorial changes.
12
13 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
14
15 * doclicense.texi: Update to latest version from FSF.
16 These are just minor editorial changes.
17
18 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
19
20 * emacs-lisp-intro.texi (Files List):
21 Update manual for new time stamp format (Bug#12706).
22
23 2012-10-17 Gregor Zattler <grfz@gmx.de> (tiny change)
24
25 * emacs-lisp-intro.texi (Narrowing advantages):
26 Minor update for changed what-line implementation. (Bug#12629)
27
28 2012-06-21 Glenn Morris <rgm@gnu.org>
29
30 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
31
32 2012-05-29 Glenn Morris <rgm@gnu.org>
33
34 * emacs-lisp-intro.texi: Nuke hand-written node pointers.
35 (dolist, dotimes): Fix sectioning.
36
37 2012-05-12 Glenn Morris <rgm@gnu.org>
38
39 * Makefile.in (MKDIR_P): New, set by configure.
40 (mkinfodir): Use $MKDIR_P.
41
42 2012-05-05 Glenn Morris <rgm@gnu.org>
43
44 * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20.
45 (Void Function, Wrong Type of Argument, Recursion with list)
46 (Simple Extension): Assume a non-ancient Emacs.
47 (Void Variable, Switching Buffers): Improve page breaks.
48
49 * emacs-lisp-intro.texi: Update GNU Press contact details.
50
51 2012-05-04 Glenn Morris <rgm@gnu.org>
52
53 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
54 (info, infoclean): Use $INFO_EXT.
55 (${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
56 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
57 (INFO_TARGETS, clean): Use $INFO_EXT.
58 ($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
59
60 2012-05-02 Glenn Morris <rgm@gnu.org>
61
62 * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
63
64 2012-04-14 Glenn Morris <rgm@gnu.org>
65
66 * Makefile.in: Replace non-portable use of $< in ordinary rules.
67
68 2012-02-28 Glenn Morris <rgm@gnu.org>
69
70 * emacs-lisp-intro.texi: Standardize possessive apostrophe usage.
71
72 2012-02-17 Glenn Morris <rgm@gnu.org>
73
74 * emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
75 (count-words-in-defun): Fix cross-refs to Emacs manual.
76
77 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
78
79 * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
80 of @menu. (Bug#10628)
81
82 2012-01-19 Juanma Barranquero <lekktu@gmail.com>
83
84 * emacs-lisp-intro.texi (count-words-in-defun):
85 Add missing parenthesis (bug#10544).
86
87 2012-01-17 Glenn Morris <rgm@gnu.org>
88
89 * emacs-lisp-intro.texi (re-search-forward): Fix typo.
90
91 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
92
93 * makefile.w32-in: Update dependencies.
94
95 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
96
97 * emacs-lisp-intro.texi (etags): Fix typo.
98
99 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
100
101 * Version 23.3 released.
102
103 2011-02-19 Eli Zaretskii <eliz@gnu.org>
104
105 * emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
106
107 2011-01-23 Werner Lemberg <wl@gnu.org>
108
109 * Makefile.in (MAKEINFO): Now controlled by `configure'.
110 (MAKEINFO_OPTS): New variable. Use it where appropriate.
111 (ENVADD): New variable to control texi2dvi and texi2pdf.
112
113 2010-11-13 Glenn Morris <rgm@gnu.org>
114
115 * emacs-lisp-intro.texi: Rename the `count-words-region' example,
116 since there is now a standard command of that name.
117
118 2010-10-11 Glenn Morris <rgm@gnu.org>
119
120 * Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
121 (.PHONY): Add ps.
122 (ps, emacs-lisp-intro.ps): New targets.
123 (clean): Delete ps file.
124 (MAKEINFO): Use --force like the other doc/ Makefiles do.
125 Add explicit -I$srcdir.
126
127 2010-10-09 Glenn Morris <rgm@gnu.org>
128
129 * Makefile.in (VPATH): Remove.
130 (infodir): Make it absolute.
131 (mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
132
133 * Makefile.in (dist): Anchor regexps.
134
135 * Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
136 (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
137
138 * Makefile.in (infoclean): Remove harmless, long-standing error.
139
140 * Makefile.in ($(infodir)): Delete rule.
141 (mkinfodir): New.
142 ($(infodir)/eintr): Use $mkinfodir instead of infodir.
143
144 2010-10-09 Glenn Morris <rgm@gnu.org>
145
146 * Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
147
148 2010-10-07 Glenn Morris <rgm@gnu.org>
149
150 * Makefile.in (version): New, set by configure.
151 (clean): Delete dist tar file.
152 (dist): Use version in tar name.
153
154 2010-10-06 Glenn Morris <rgm@gnu.org>
155
156 * Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in.
157 (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables.
158 ($(infodir), html, pdf, infoclean, dist): New rules.
159 (${infodir}/eintr): Ensure $infodir exists. Use $@.
160 (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
161 Use $^.
162 (.PHONY): Declare clean rules.
163 (mostlyclean): Delete more temp files.
164 (clean): Delete specific dvi, pdf and html files.
165 (maintainer-clean): Use infoclean.
166 (.NOEXPORT): Remove, unused by any other Makefile.in.
167
168 2010-09-21 Glenn Morris <rgm@gnu.org>
169
170 * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
171 * cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps:
172 Add first line EPSF magic comment. (Bug#7064)
173
174 2010-06-23 Glenn Morris <rgm@gnu.org>
175
176 * emacs-lisp-intro.texi: Untabify.
177
178 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
179
180 * Version 23.2 released.
181
182 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
183
184 * Branch for 23.2.
185
186 2010-02-16 Glenn Morris <rgm@gnu.org>
187
188 * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
189
190 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
193 Avoid obsolete special default variables like default-major-mode.
194
195 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
196
197 * makefile.w32-in: Use parenthesis for macros for nmake compatibility.
198
199 2009-12-03 Glenn Morris <rgm@gnu.org>
200
201 * emacs-lisp-intro.texi (Free Software and Free Manuals):
202 Update URL, and remove duplicate text.
203
204 2009-10-28 Robert J. Chassell <bob@gnu.org>
205
206 * emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
207 output (not needed and does not work with recent texinfo.tex).
208 Bump edition number.
209
210 2009-10-27 Robert J. Chassell <bob@gnu.org>
211
212 * emacs-lisp-intro.texi: Bump edition number.
213
214 2009-10-27 Glenn Morris <rgm@gnu.org>
215
216 * cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf:
217 * cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf:
218 New files, generated from .eps versions with epstopdf.
219 * README: Add copyright information for PDF images.
220
221 * Makefile.in (TEXI2PDF): New variable.
222 (emacs-lisp-intro.pdf): New target.
223
224 * makefile.w32-in (texinfodir, TEXI2PDF): New variables.
225 (ENVADD): Add -I$texinfodir.
226 (emacs-lisp-intro.pdf): New target.
227
228 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
229
230 * emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
231 examples.
232
233 2009-07-10 Glenn Morris <rgm@gnu.org>
234
235 * emacs-lisp-intro.texi (Top): Add missing @detailmenu entry.
236
237 2009-07-09 Glenn Morris <rgm@gnu.org>
238
239 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
240
241 2009-07-06 Glenn Morris <rgm@gnu.org>
242
243 * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
244
245 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
246
247 * Branch for 23.1.
248
249 2009-06-14 Chong Yidong <cyd@stupidchicken.com>
250
251 * emacs-lisp-intro.texi (edebug): Fix typo.
252
253 2009-02-22 Karl Berry <karl@gnu.org>
254
255 * emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
256
257 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
258
259 * emacs-lisp-intro.texi (current-kill, Code for current-kill)
260 (Body of current-kill): Remove duplicate words.
261
262 2008-11-19 Glenn Morris <rgm@gnu.org>
263
264 * doclicense.texi: New file.
265 * emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
266 Include doclicense.texi rather than having license in the file itself.
267
268 2008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
269
270 * emacs-lisp-intro.texi (Recursion with list): Fix typo.
271
272 2008-10-04 Karl Berry <karl@gnu.org>
273
274 * emacs-lisp-intro.texi: Apply similar formatting changes as for
275 the emacs and lispref manuals, to save pages. A couple minor
276 rewordings and reformatting of code to avoid overfull and
277 underfull lines.
278 (edition-number): Bump to 3.08.
279 (update-date): Bump to 4 October 2008.
280
281 2008-06-20 Eli Zaretskii <eliz@gnu.org>
282
283 * makefile.w32-in (distclean): Remove makefile.
284
285 2008-06-16 Glenn Morris <rgm@gnu.org>
286
287 * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
288 * install-sh, missing, mkinstalldirs: Remove obsolete files.
289
290 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
291
292 * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
293 avoid confusion with addition operation discussed in previous
294 paragraph.
295
296 2008-01-31 Robert J. Chassell <bob@rattlesnake.com>
297
298 * emacs-lisp-intro.texi: Update back cover text.
299
300 2007-09-12 Robert J. Chassell <bob@rattlesnake.com>
301
302 * emacs-lisp-intro.texi: Add email address to Thank You correctly.
303
304 2007-09-06 Romain Francoise <romain@orebokech.com>
305
306 * Makefile.in (maintainer-clean): Delete info files.
307
308 2007-09-06 Glenn Morris <rgm@gnu.org>
309
310 Move from lispintro/ to doc/lispintro/.
311 * Makefile.in (infodir): Go up one more level.
312 (usermanualdir): Change from ../man to ../emacs.
313 * makefile.w32-in (infodir, ENVADD): Go up one more level.
314 * emacs-lisp-intro.texi (setfilename): Go up one more level.
315
316 2007-07-30 Robert J. Chassell <bob@rattlesnake.com>
317
318 * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
319 `these'.
320
321 2007-07-25 Glenn Morris <rgm@gnu.org>
322
323 * Relicense all FSF files to GPLv3 or later.
324
325 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
326
327 * Version 22.1 released.
328
329 2007-01-30 Robert J. Chassell <bob@rattlesnake.com>
330
331 * emacs-lisp-intro.texi (else): Rephrase message of first
332 if-then-else example so it is right both in itself and in the
333 "true" case of the expression, which asks whether 4 is greater
334 than 5.
335
336 2006-11-27 Andreas Schwab <schwab@suse.de>
337
338 * Makefile.in (usermanualdir): Define.
339 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
340 using TEXINPUTS.
341
342 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
343 to fix building outside source directory.
344
345 2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
346
347 * emacs-lisp-intro.texi: Copy descriptions from detailed master
348 menu to menus within body.
349
350 * emacs-lisp-intro.texi (at the beginning): Add `other shell
351 commands' to produce additional output formats; total is now ten.
352 (A Loop with an Incrementing Counter, and others): Ensure Info
353 menus will appear in short windows.
354 (Disentangle beginning-of-buffer): Replace `version 21' with `more
355 recent versions'.
356 (Simple Extension): Show how to handle multiple versions by adding
357 an alternative with a test of `>= 21'.
358
359 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
360
361 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
362 Replace 22.1.100 with 22.1.1.
363 (current-kill): Mention functions that directly or indirectly call
364 `kill-new', which sets `kill-ring-yank-pointer'.
365 (Understanding current-kill): Change `lasted' to `last'. Remove
366 extraneous parenthesis. Reword item about returning `car' of list.
367 (yank): Remove mention of `rotate-yank-pointer'.
368 (Y Axis Element): Add comment regarding replacement of blank space.
369 (print-Y-axis Penultimate): Explain that `print-graph' will pass
370 `height-of-top-line' so `print-Y-axis' does not have a bug.
371
372 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
373
374 * emacs-lisp-intro.texi: Yet more minor changes:
375 (defcustom): Said that `:options' is usually for a hook. Remove
376 extraneous space in parenthetical remark concerning
377 `text-mode-hook-identify'. At end, mention other defines, too.
378 (Beginning a .emacs File): Reverse words about comments so they
379 parallel numbers of listed semi-colons.
380 (Text and Auto-fill): Remove extraneous blank line in example.
381 (Mail Aliases): Remove extraneous blank line in example.
382 (Keybindings): Reformat as needed with `key' rather than `kbd'.
383 (Keybindings, Miscellaneous, Mode Line): For small book format, start
384 section name on top of new page.
385 (Simple Extension): Replace longer expression with
386 `emacs-major-version'. Remove comment about `number-to-string'
387 function.
388 (Miscellaneous): Add filename option, `-H', to `grep' example.
389 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
390 GNU Emacs'.
391 (edebug): More properly state where to place point for 'M-x
392 edebug-defun'.
393
394 * emacs-lisp-intro.texi: More minor changes.
395 Center images for TeX output.
396 (kill-new function): Remove indentation for sentence talking about
397 momentarily skipping code.
398 (cons & search-fwd Review): Document @code{funcall}. Document
399 @code{re-search-forward} with existing @code{search-forward}.
400 Reference chapter on regular expression searches.
401 (Recursion with list): Specify a more recent version as being Emacs.
402 (Recursion with list, Every, recursive-graph-body-print): Change
403 `if ... progn' expression to `when'.
404 (Recursive triangle function): For printing in small book, ensure
405 section name is not last on bottom of preceding page.
406 (Keep): Remove extraneous space in function definition example.
407 (sentence-end): Specify `in English' for glyphs that end a sentence.
408 Note that in GNU Emacs 22, the name refers to both a variable and a
409 function.
410 (fwd-sentence while loops): Write a function as one, not as a form.
411 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
412 (etags): Move sentences involving `find-tag' and sources. State
413 location of Emacs `src' directory.
414 (Design count-words-region): Better explain two backslashes in a row.
415 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
416 `named' to `selected'.
417 (lengths-list-file): Remove extraneous parenthesis from reference.
418 (lengths-list-many-files): Explain `expand-file-name' better.
419 (Files List): Rephrase sentence regarding Lisp sources directory.
420
421 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
422
423 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
424 (defcustom): Note that the value set by defconst is a variable.
425 (Buffer Size & Locations): Parenthetical remark about evaluation.
426 (Finding More): Change text to include C sources by inference.
427
428 * emacs-lisp-intro.texi: Minor fixes.
429 Replace all tabs with eight spaces each so printed text looks correct.
430 Remove extraneous comma in a printed node name produced by `ref'.
431 (insert-buffer): Add a missing beginning parenthesis.
432 (beginning-of-buffer): Add `beginning of' to note about accessible
433 portion.
434 (narrow Exercise): Write closing parenthesis at end of correct
435 paragraph.
436 (zap-to-char): Remove extraneous `a' from first sentence.
437 (Complete zap-to-char): Remove two extraneous sentences.
438 (zap-to-char body): Move sentences on documentation two nodes earlier.
439 (Lisp macro): Add definition of `unless' macro.
440 (last-command & this-command): Remove comment that `we have not yet
441 seen' the @code{eq} function.
442 (kill-append function): Reformat `kill-append' function definition so
443 it prints well.
444 (kill-new function): Indent the sentence beginning `notice'. Replace
445 `the same as' with `similar to'. Repair typo. Remove obsolete
446 references to `yank' and `yank-pop. End section with a note that `we
447 will digress into C.'
448
449 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
450
451 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
452 of extraneous quotation mark to rotate-yank-pointer.
453
454 2006-11-01 Juri Linkov <juri@jurta.org>
455
456 * emacs-lisp-intro.texi: Fix unbalanced quotes.
457
458 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
459
460 * emacs-lisp-intro.texi: Revised text for kill-region,
461 copy-region-as-kill, kill-append, kill-new, forward-sentence,
462 forward-paragraph, find-file, current-kill, yank, and yank-pop.
463 Removed INSTALL MANIFEST from the directory since those files are
464 now irrelevant. Updated Info file in ../info. Changed numbering
465 so is now Revised Third Edition and this instance's edition-number
466 is 3.00. Did not update ISBN number.
467
468 * emacs-lisp-intro.texi: Remove version reference for X colors.
469 Document `='. Remove mention that :eval was new in 21. Updated
470 instance's edition-number to 3.01.
471
472 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
473
474 * emacs-lisp-intro.texi: Many changes since it turned out that
475 many `simple' functions were rewritten. Changes to the text
476 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
477 copy-to-buffer, beginning-of-buffer, what-line, and possibly
478 others. (I have not reviewed all yet.) This instance does build
479 for Info and TeX.
480
481 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
482
483 * Makefile.in: Use relative paths to avoid advertising filesystem
484 contents during compilation.
485
486 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
487
488 * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
489 and pointed towards ../man/texinfo.tex so only one file
490 needs updating. Added comment of what to do when building on own.
491
492 * texinfo.tex: Changed to version 2006-02-13.16
493 to enable a DVI build using the more recent versions of TeX.
494
495 2006-05-25 David Kastrup <dak@gnu.org>
496
497 * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
498 a giraffe with a hippopotamus.
499
500 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
501
502 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
503
504 2005-09-16 Romain Francoise <romain@orebokech.com>
505
506 * emacs-lisp-intro.texi (GNU Free Documentation License):
507 Specify GFDL version 1.2.
508
509 2005-07-30 Eli Zaretskii <eliz@gnu.org>
510
511 * makefile.w32-in (info): Don't run install-info.
512 ($(infodir)/dir): New target, produced by running install-info.
513
514 2005-07-04 Lute Kamstra <lute@gnu.org>
515
516 Update FSF's address in GPL notices.
517
518 * emacs-lisp-intro.texi: Update FSF's address.
519
520 2004-04-23 Juanma Barranquero <lektu@terra.es>
521
522 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
523
524 2004-02-29 Juanma Barranquero <lektu@terra.es>
525
526 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
527 Use $(DEL) instead of rm, and ignore exit code.
528
529 2003-11-16 Kevin Ryde <user42@zip.com.au>
530
531 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
532 Corrections to cross references.
533 (Interactive Options): elisp "interactive" -> "Using Interactive".
534 (defvar and asterisk): Remove emacs "Edit Options" reference,
535 edit-options is no longer described in the emacs manual.
536 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
537
538 2003-09-03 Peter Runestig <peter@runestig.com>
539
540 * makefile.w32-in: New file.
541
542 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
545 Use @dircategory and @direntry to define the DIR entry.
546
547 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
548
549 * emacs-lisp-intro.texi: Move @contents to the beginning of the
550 file. Set the size to @smallbook.
551
552 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * Makefile.in: New file.
555
556 * README: Update.
557
558 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
559
560 ;; Local Variables:
561 ;; coding: utf-8
562 ;; End:
563
564 Copyright (C) 2001-2012 Free Software Foundation, Inc.
565
566 This file is part of GNU Emacs.
567
568 GNU Emacs is free software: you can redistribute it and/or modify
569 it under the terms of the GNU General Public License as published by
570 the Free Software Foundation, either version 3 of the License, or
571 (at your option) any later version.
572
573 GNU Emacs is distributed in the hope that it will be useful,
574 but WITHOUT ANY WARRANTY; without even the implied warranty of
575 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
576 GNU General Public License for more details.
577
578 You should have received a copy of the GNU General Public License
579 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.