(define-generic-mode): Doc fix.
[bpt/emacs.git] / lisp / s-region.el
index f7cabf0..4153174 100644 (file)
@@ -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)
 
+;;; arch-tag: a471e912-18d7-4247-a29b-2100bca180ff
 ;;; s-region.el ends here