comparison lisp/textmodes/=ispell4.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 18554fcbc0b6
children 21d23fa6fa2a
comparison
equal deleted inserted replaced
659:505130d1ddf8 660:08eb386dd0f3
1 ;;This is the GNU EMACS interface to GNU ISPELL version 3. 1 ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
2 ;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. 2
3 ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
3 ;; 4 ;;
4 ;;This file is part of GNU ISPELL. 5 ;;This file is part of GNU ISPELL.
5 ;; 6 ;;
6 ;;GNU ISPELL is free software; you can redistribute it and/or modify 7 ;;GNU ISPELL is free software; you can redistribute it and/or modify
7 ;;it under the terms of the GNU General Public License as published by 8 ;;it under the terms of the GNU General Public License as published by
545 (Info-validate) 546 (Info-validate)
546 (if (get-buffer " *problems in info file*") 547 (if (get-buffer " *problems in info file*")
547 (kill-emacs 1)) 548 (kill-emacs 1))
548 (write-region (point-min) (point-max) "ispell.info")) 549 (write-region (point-min) (point-max) "ispell.info"))
549 550
551 ;;; ispell.el ends here