]> code.delx.au - gnu-emacs/blobdiff - lisp/s-region.el
Minor fixes for text of help-echo in some options.
[gnu-emacs] / lisp / s-region.el
index 3ddef442a7602a0f82216f610979bb0a706d5f9e..f7cabf012b7d5e1343889c1e3a8830dd4a5795a0 100644 (file)
@@ -1,7 +1,8 @@
-;;; s-region.el --- set region using shift key.
-;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+;;; s-region.el --- set region using shift key
 
-;; Author: Morten Welinder (terra@diku.dk)
+;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+
+;; Author: Morten Welinder <terra@diku.dk>
 ;; Keywords: terminals
 ;; Favourite-brand-of-beer: None, I hate beer.
 
@@ -18,8 +19,9 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
 ;;; Commentary:
 
@@ -119,4 +121,4 @@ to global keymap."
 
 (provide 's-region)
 
-;; s-region.el ends here.
+;;; s-region.el ends here