diff options
| author | Gerd Moellmann | 2000-06-26 13:08:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-26 13:08:44 +0000 |
| commit | faadfb0a213ad09685326c5f9c4f216a8860045b (patch) | |
| tree | d5f47c789bd751554ac4e684d6fec60783297fab | |
| parent | f978b2a26e46758ea4684cbab8d734a1167ad382 (diff) | |
| download | emacs-faadfb0a213ad09685326c5f9c4f216a8860045b.tar.gz emacs-faadfb0a213ad09685326c5f9c4f216a8860045b.zip | |
Change spelling of the Free Software Foundation.
29 files changed, 29 insertions, 29 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index 84ab339584f..c9a70ed6c23 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-alias --- creation and management of command aliases | 1 | ;;; em-alias --- creation and management of command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index f56bef25503..4f9f3141081 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-banner --- sample module that displays a login banner | 1 | ;;; em-banner --- sample module that displays a login banner |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 0a7e9a97573..5b4d2e47a5d 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-basic --- basic shell builtin commands | 1 | ;;; em-basic --- basic shell builtin commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 64f1debca11..cc549573604 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-cmpl --- completion using the TAB key | 1 | ;;; em-cmpl --- completion using the TAB key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 642163cb1bd..05eac156838 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-dirs --- directory navigation commands | 1 | ;;; em-dirs --- directory navigation commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 7bd69d1d932..4cb3d1e40ce 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-glob --- extended file name globbing | 1 | ;;; em-glob --- extended file name globbing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index 5b661bbd748..896178a7958 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-hist --- history list management | 1 | ;;; em-hist --- history list management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 1cea10314ba..e9e46c2f1a6 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-ls --- implementation of ls in Lisp | 1 | ;;; em-ls --- implementation of ls in Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index f2a5a30733a..c3e3de5adbd 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-pred --- argument predicates and modifiers (ala zsh) | 1 | ;;; em-pred --- argument predicates and modifiers (ala zsh) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index 5cc37dbc287..f71b6d89964 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-prompt --- command prompts | 1 | ;;; em-prompt --- command prompts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 112cff536e7..bd5ee5f5292 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-rebind --- rebind keys when point is at current input | 1 | ;;; em-rebind --- rebind keys when point is at current input |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index fd290b2d229..fb80bfe9f59 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-script --- Eshell script files | 1 | ;;; em-script --- Eshell script files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index ac2545b728b..964a1a58a99 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-smart --- smart display of output | 1 | ;;; em-smart --- smart display of output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 2871070c043..83479d4c1be 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-term --- running visual commands | 1 | ;;; em-term --- running visual commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 365f7931789..07b318e6be7 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-unix --- UNIX command aliases | 1 | ;;; em-unix --- UNIX command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 9baa46a3e97..ad5602d97a0 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-xtra --- extra alias functions | 1 | ;;; em-xtra --- extra alias functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 49fe815abc8..8364ca9a7f6 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-arg --- argument processing | 1 | ;;; esh-arg --- argument processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 2ced3242c4f..c9174f46b95 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-cmd --- command invocation | 1 | ;;; esh-cmd --- command invocation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 51139fb37bd..c4d031131a7 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-ext --- commands external to Eshell | 1 | ;;; esh-ext --- commands external to Eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 04840509fa1..f59c1ef47b2 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-io --- I/O management | 1 | ;;; esh-io --- I/O management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index 7c6f33f3e62..090e86f656d 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-maint --- init code for building eshell | 1 | ;;; esh-maint --- init code for building eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index b0a0de58cf1..8ab5dadf646 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-mode --- user interface | 1 | ;;; esh-mode --- user interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index ec1345f9561..df447b0f2dc 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-module --- Eshell modules | 1 | ;;; esh-module --- Eshell modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: processes | 6 | ;; Keywords: processes |
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 9665bc8cc72..e4aa17bfbe8 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-opt --- command options processing | 1 | ;;; esh-opt --- command options processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 767d96b10f4..ead49e1942f 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-proc --- process management | 1 | ;;; esh-proc --- process management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index 64a3a00aae7..505c240d757 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-test --- Eshell test suite | 1 | ;;; esh-test --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index cf789930ae0..f9f922a01b6 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-util --- general utilities | 1 | ;;; esh-util --- general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 5c74a19c428..133239703b6 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-var --- handling of variables | 1 | ;;; esh-var --- handling of variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 9399bc5e407..156f47a1b82 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eshell --- the Emacs command shell | 1 | ;;; eshell --- the Emacs command shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: processes | 6 | ;; Keywords: processes |