]> code.delx.au - gnu-emacs/blobdiff - lisp/scroll-all.el
(c-mode-abbrev-table, c++-mode-abbrev-table, objc-mode-abbrev-table)
[gnu-emacs] / lisp / scroll-all.el
index 47c5efff8d3be8319f5aea3aa5f2e9980195d926..23e0848450ef4a2378115bb26c66d2bf582c87b9 100644 (file)
@@ -1,4 +1,4 @@
-;;; scroll-all.el -- scroll all buffers together minor mode
+;;; scroll-all.el --- scroll all buffers together minor mode
 
 ;; Copyright (C) 1997 Free Software Foundation, Inc.
 
@@ -22,7 +22,7 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Commentary
+;;; Commentary:
 ;;    This mode allows multiple buffers to be 'locked' so that scrolling
 ;;    up or down lines in any buffer causes all the buffers to mirror
 ;;    the scrolling.  It hooks into the post-command-hook to check for
@@ -37,6 +37,8 @@
 ;;    Rick Macdonald <rickm@vsl.com>
 ;;    Anders Lindgren <andersl@csd.uu.se>
 
+;;; Code:
+
 (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
 
 ;;;###autoload
@@ -132,4 +134,4 @@ use either M-x customize or the function `scroll-all-mode'."
 
 (provide 'scroll-all)
 
-;; scroll-all.el ends here
+;;; scroll-all.el ends here