]> code.delx.au - gnu-emacs/blobdiff - lisp/s-region.el
(gdb-flush-pending-output): New variable.
[gnu-emacs] / lisp / s-region.el
index 81cc0470026e0c7e81e5719512972bcb128fd790..4153174ee241d932e8aa8b7feb8a1cda37bfeab7 100644 (file)
@@ -1,8 +1,8 @@
-;;; s-region.el --- set region using shift key.
+;;; s-region.el --- set region using shift key
 
 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 
-;; Author: Morten Welinder (terra@diku.dk)
+;; Author: Morten Welinder <terra@diku.dk>
 ;; Keywords: terminals
 ;; Favourite-brand-of-beer: None, I hate beer.
 
@@ -32,7 +32,7 @@
 
 ;; Currently, s-region-move may be bound only to events that are vectors
 ;; of length one and whose last element is a symbol.  Also, the functions
-;; that are given this kind of overlay should be (interactive "p") 
+;; that are given this kind of overlay should be (interactive "p")
 ;; functions.
 
 ;; If the following keys are not already bound then...
@@ -121,4 +121,5 @@ to global keymap."
 
 (provide 's-region)
 
-;; s-region.el ends here.
+;;; arch-tag: a471e912-18d7-4247-a29b-2100bca180ff
+;;; s-region.el ends here