]> code.delx.au - gnu-emacs/commitdiff
Some fixes to follow coding conventions.
authorPavel Janík <Pavel@Janik.cz>
Mon, 16 Jul 2001 07:46:48 +0000 (07:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 16 Jul 2001 07:46:48 +0000 (07:46 +0000)
60 files changed:
lisp/ChangeLog
lisp/calendar/cal-china.el
lisp/calendar/cal-coptic.el
lisp/calendar/cal-dst.el
lisp/calendar/cal-french.el
lisp/calendar/cal-hebrew.el
lisp/calendar/cal-islam.el
lisp/calendar/cal-iso.el
lisp/calendar/cal-julian.el
lisp/calendar/cal-mayan.el
lisp/calendar/cal-persia.el
lisp/calendar/cal-tex.el
lisp/calendar/calendar.el
lisp/calendar/diary-lib.el
lisp/calendar/lunar.el
lisp/calendar/solar.el
lisp/ediff-diff.el
lisp/ediff-help.el
lisp/ediff-hook.el
lisp/ediff-init.el
lisp/ediff-merg.el
lisp/ediff-ptch.el
lisp/ediff-util.el
lisp/ediff-vers.el
lisp/ediff-wind.el
lisp/emulation/viper.el
lisp/net/eudc-bob.el
lisp/net/eudc-export.el
lisp/net/eudc-hotlist.el
lisp/net/eudc-vars.el
lisp/net/ldap.el
lisp/pcvs-defs.el
lisp/pcvs-info.el
lisp/pcvs-parse.el
lisp/pcvs-util.el
lisp/pcvs.el
lisp/progmodes/ada-mode.el
lisp/progmodes/ada-prj.el
lisp/progmodes/ada-stmt.el
lisp/progmodes/ada-xref.el
lisp/progmodes/cc-align.el
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-styles.el
lisp/progmodes/cc-vars.el
lisp/textmodes/reftex-auc.el
lisp/textmodes/reftex-cite.el
lisp/textmodes/reftex-dcr.el
lisp/textmodes/reftex-global.el
lisp/textmodes/reftex-index.el
lisp/textmodes/reftex-parse.el
lisp/textmodes/reftex-ref.el
lisp/textmodes/reftex-sel.el
lisp/textmodes/reftex-toc.el
lisp/textmodes/reftex-vars.el
lisp/textmodes/reftex.el

index a7e095025d4c566b267141ee269e3c8837c8549f..30b4f8ab73b6aaa840035f927cd0dfc66f852782 100644 (file)
 
 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * calendar/cal-china.el, calendar/cal-coptic.el,
+       calendar/cal-dst.el, calendar/cal-french.el,
+       calendar/cal-hebrew.el, calendar/cal-islam.el,
+       calendar/cal-iso.el, calendar/cal-julian.el,
+       calendar/cal-mayan.el, calendar/cal-persia.el,
+       calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
+       calendar/lunar.el, calendar/solar.el, ediff-diff.el,
+       ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
+       ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
+       net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
+       net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
+       pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
+       progmodes/ada-prj.el, progmodes/ada-stmt.el,
+       progmodes/ada-xref.el, progmodes/cc-align.el,
+       progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
+       progmodes/cc-defs.el, progmodes/cc-engine.el,
+       progmodes/cc-langs.el, progmodes/cc-menus.el,
+       progmodes/cc-styles.el, progmodes/cc-vars.el,
+       textmodes/reftex-auc.el, textmodes/reftex-cite.el,
+       textmodes/reftex-dcr.el, textmodes/reftex-global.el,
+       textmodes/reftex-index.el, textmodes/reftex-parse.el,
+       textmodes/reftex-ref.el, textmodes/reftex-sel.el,
+       textmodes/reftex-toc.el, textmodes/reftex-vars.el,
+       textmodes/reftex.el: Some fixes to follow coding
+       conventions in Eshell files with known maintainers.
+
+       * emulation/viper.el: A fix to follow coding conventions.
+
        * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
        eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
        eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
index 304d2c2832771bb838ac64d107d1da29f02e1d0a..473db48e09d984081cef59341b7b928e983d523d 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-china.el --- calendar functions for the Chinese calendar.
+;;; cal-china.el --- calendar functions for the Chinese calendar
 
 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index c43478a598a186d34a55a1604d3aa24b39d8c20b..282facef1381d7b9d1e51ef88adaf174b0ba1b60 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars.
+;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars
 
 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index 3e33f6cb9f355ab84c67efa33eca8957420eec3d..f7f28be988e48db8ef4003518246f10487951d99 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-dst.el --- calendar functions for daylight savings rules.
+;;; cal-dst.el --- calendar functions for daylight savings rules
 
 ;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
 
index a3473a7be3f3c21629c1ed73acbb5a62b2b2c17a..ef220be149761ab9e728b94da3d2e16729d57d44 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-french.el --- calendar functions for the French Revolutionary calendar.
+;;; cal-french.el --- calendar functions for the French Revolutionary calendar
 
 ;; Copyright (C) 1988, 89, 92, 94, 95, 1997 Free Software Foundation, Inc.
 
index dfa4e84e2fc639fbfb867a9ec4af189b34f4f2c8..a2eaf317309aea4d83f6a8c4628734ab7bdea663 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-hebrew.el --- calendar functions for the Hebrew calendar.
+;;; cal-hebrew.el --- calendar functions for the Hebrew calendar
 
 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index 835c7c65d4003c09d8bca7cc67b0f1933ec9f532..ac6a786e4e723e6424aca17855f1c8b67f31e6fd 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-islam.el --- calendar functions for the Islamic calendar.
+;;; cal-islam.el --- calendar functions for the Islamic calendar
 
 ;; Copyright (C) 1995, 1997, 2001 Free Software Foundation, Inc.
 
index 92698b7af30ef67578370404b01a932a8b05da08..12598f1547c593a6cc841b20ecd25963873d29b0 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-iso.el --- calendar functions for the ISO calendar.
+;;; cal-iso.el --- calendar functions for the ISO calendar
 
 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index 2fd6eda6c7175706fb60e14dfd3bfcd7b762bdc0..b409145fe35d4a3a0539ca8b35780461d8ade084 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-julian.el --- calendar functions for the Julian calendar.
+;;; cal-julian.el --- calendar functions for the Julian calendar
 
 ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index 45459dcc5996fd210fe9faf2f67f045c6c43fefd..34401ab548b88f4c882030fecd312caf98c77625 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-mayan.el --- calendar functions for the Mayan calendars.
+;;; cal-mayan.el --- calendar functions for the Mayan calendars
 
 ;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc.
 
index 1a92c617fbc6e4a3e08218de762087969618a6b5..c9b8a2af07d5ff0832d7765ab10f3d95bf9e61db 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-persia.el --- calendar functions for the Persian calendar.
+;;; cal-persia.el --- calendar functions for the Persian calendar
 
 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
 
index 46b1b22e24f84ed430f7c6f6dc3673cc8aa25112..3aac65ab20b9ccf7d59b380baa1970004a049666 100644 (file)
@@ -1,4 +1,4 @@
-;;; cal-tex.el --- calendar functions for printing calendars with LaTeX.
+;;; cal-tex.el --- calendar functions for printing calendars with LaTeX
 
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
index 596d3661b24792f8198e72841a74b6b6bd8e51be..7cd716ac3c91ec805bf5dcf109c199db57e10adf 100644 (file)
@@ -1,4 +1,4 @@
-;;; calendar.el --- Calendar functions.
+;;; calendar.el --- calendar functions
 
 ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2000
 ;;        Free Software Foundation, Inc.
@@ -1813,7 +1813,7 @@ Or, for optional MON, YR."
 (defun generate-calendar (month year)
   "Generate a three-month Gregorian calendar centered around MONTH, YEAR."
   (if (< (+ month (* 12 (1- year))) 2)
-      (error "Months before February, 1 AD are not available."))
+      (error "Months before February, 1 AD are not available"))
   (setq displayed-month month)
   (setq displayed-year year)
   (erase-buffer)
@@ -2073,7 +2073,7 @@ the inserted text.  Value is always t."
   (let ((where (save-window-excursion
                 (Info-find-emacs-command-nodes 'calendar))))
     (if (not where)
-        (error "Couldn't find documentation for the calendar.")
+        (error "Couldn't find documentation for the calendar")
       (let (same-window-buffer-names)
        (info))
       (Info-find-node (car (car where)) (car (cdr (car where)))))))
index c03b92a73d1d34fa3f712d7531977602b0063760..9d3449b8019609c340d2a58e74f8c4178b992922 100644 (file)
@@ -1,4 +1,4 @@
-;;; diary-lib.el --- diary functions.
+;;; diary-lib.el --- diary functions
 
 ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995 Free Software
 ;; Foundation, Inc.
index 6bd685ec7b02df7860aa23572637f55fa003c1ab..a076f0b88c54d72364da32dc35cf7e82252a0a88 100644 (file)
@@ -1,4 +1,4 @@
-;;; lunar.el --- calendar functions for phases of the moon.
+;;; lunar.el --- calendar functions for phases of the moon
 
 ;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc.
 
@@ -51,7 +51,7 @@
 
 (if (fboundp 'atan)
     (require 'lisp-float-type)
-  (error "Lunar calculations impossible since floating point is unavailable."))
+  (error "Lunar calculations impossible since floating point is unavailable"))
 
 (require 'solar)
 
index f9183a40bfd8fa07de93157e67bc4e2183330f74..2fa06565e7dfb170a486eaf1b77fb36ae8ef267a 100644 (file)
@@ -1,4 +1,4 @@
-;;; solar.el --- calendar functions for solar events.
+;;; solar.el --- calendar functions for solar events
 
 ;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc.
 
@@ -61,7 +61,7 @@
 
 (if (fboundp 'atan)
     (require 'lisp-float-type)
-  (error "Solar/lunar calculations impossible since floating point is unavailable."))
+  (error "Solar/lunar calculations impossible since floating point is unavailable"))
 
 (require 'cal-dst)
 (require 'cal-julian)
index 79b8b539de94655d926209e28ac4a0bc9e346c57..f2b2687c0c5f612f188cb940727e39cf4bddac74 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (provide 'ediff-diff)
@@ -1336,4 +1338,4 @@ arguments to `skip-chars-forward'."
 ;;; End:
 
 
-;; ediff-diff.el ends here
+;;; ediff-diff.el ends here
index 246bb5b9a8f28963a870b847f2ce6e75461b147b..ef6807768b89224bf05f6c76c161aacb0afe0dfe 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
         
 (provide 'ediff-help)
index 7bdb8567b275a66ccdcee1af29e9b7da0ceeacda..33c3e4a05c7e7d52acd768583210ed092cfbfd33 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;   These must be placed in menu-bar.el in Emacs
 
 (provide 'ediff-hook)
 
-
 ;;; ediff-hook.el ends here
index da6ac26a738f3abbd11e6964571fd14c9a1c009d..4594445a89fffc68bb23e830bc62871df9d5f964 100644 (file)
@@ -1,4 +1,4 @@
-;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff
+;;; ediff-init.el --- macros, variables, and defsubsts used by Ediff
 
 ;; Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
 
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; Start compiler pacifier
@@ -1780,5 +1782,4 @@ Unless optional argument INPLACE is non-nil, return a new string."
 
 (provide 'ediff-init)
 
-
-;;; ediff-init.el  ends here
+;;; ediff-init.el ends here
index 89e16791076edcbb1e4d2a2d641c81ed9ca4773c..5242014eb7ee3e13e305cb9e2b4a94118fc9cac4 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (provide 'ediff-merg)
@@ -385,4 +387,4 @@ Combining is done according to the specifications in variable
 ;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
 ;;; End:
 
-;; ediff-merg.el ends here
+;;; ediff-merg.el ends here
index 18b2f75b4df00bd1bdf78e87ecc99bbe275ed562..6cbd9bb70c63ff15bed61a16bba1ca23ab59c09e 100644 (file)
@@ -21,6 +21,7 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
 
 ;;; Code:
         
index c26162715c7988ec73ce42a94e99c8d9c2aa6082..2eabfa9fc864e3f1f2f02c5d0ff85cf609c00065 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
         
 (provide 'ediff-util)
@@ -269,7 +271,7 @@ to invocation.")
               (expand-file-name merge-buffer-file)))
        ;; check the directory exists
        (or (file-exists-p (file-name-directory merge-buffer-file))
-           (error "Directory %s given as place to save the merge doesn't exist."
+           (error "Directory %s given as place to save the merge doesn't exist"
                   (abbreviate-file-name 
                    (file-name-directory merge-buffer-file))))
        (if (and (file-exists-p merge-buffer-file)
index 71ac8bb7afe69c6c6ef2a826bc0fcdca682a8551..4c502813c1d57ef83e04715eea1b2cd4b1695c2b 100644 (file)
@@ -21,6 +21,7 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
 
 ;;; Code:
 
index d987cecbe16742d87d09dedc898d6fbe164373eb..1a18bead5056f7a5c4988deeec635a9132f19f46 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
         
 (provide 'ediff-wind)
index d4db005b972f0bc6828abcca8ca6da1b32302236..792bb1578b0b3d2de2905c4813e84e5fb3fa6eef 100644 (file)
@@ -39,7 +39,7 @@
 ;; of minor modes and it is designed to provide full access to all Emacs
 ;; major and minor modes.
 ;;
-;;; History
+;;; History:
 ;;
 ;; Viper is a new name for a package formerly known as VIP-19,
 ;; which was a successor of VIP version 3.5 by Masahiko Sato
index 4dcd27ef24831bfe733d447c6d330a2c4125b65a..66d023ad77dc35647baa25ee2c4f67a1b3a66cf3 100644 (file)
@@ -23,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Usage:
 ;;    See the corresponding info file
 
index 641b26ce1c7d4af58d707e8f47d194b62428a170..8d6ff308eae13d6fe0c89603d01b08b72d73a811 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-export.el --- Functions to export EUDC qeuery results
+;;; eudc-export.el --- functions to export EUDC query results
 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
index bd2962effd5a9d69b21c2db6301f8cda573d8165..4d9f07580baf7f2a81e47cb1d813ab6b9ea0b93c 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-hotlist.el --- Hotlist Management for EUDC
+;;; eudc-hotlist.el --- hotlist management for EUDC
 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
index 29a04b0db44539cb25543077f919e01ab80d0659..94c9a71eb0f4652d2348e8364755cb8d13b03652 100644 (file)
@@ -23,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (require 'custom)
index 786cfa976b4f0ae6c93fd7f8507b6734272a32a6..ddbdfa0b1ef181fa2a6883a6c847a0654ae8acc1 100644 (file)
@@ -1,4 +1,4 @@
-;;; ldap.el --- Client interface to LDAP for Emacs
+;;; ldap.el --- client interface to LDAP for Emacs
 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
index 959642b22f67c3a10eea26dbcab999450f0f7718..0d66176f8cfc4682b6f9cc4af16d189b144d942c 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-defs.el,v 1.13 2001/05/11 20:50:37 monnier Exp $
+;; Revision: $Id: pcvs-defs.el,v 1.14 2001/05/18 16:59:52 sds Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -502,4 +502,4 @@ message and replace it with a message tell you to change this variable.")
 ;;
 (provide 'pcvs-defs)
 
-;;; pcl-cvs-defs.el ends here
+;;; pcvs-defs.el ends here
index 6ec8570390a6d1b24107b22572e5fd341c89bf58..ba172471930a2620306b4ef236bbb85c2d25fafa 100644 (file)
@@ -1,10 +1,10 @@
-;;; pcvs-info.el --- Internal representation of a fileinfo entry
+;;; pcvs-info.el --- internal representation of a fileinfo entry
 
 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-info.el,v 1.5 2000/12/06 19:52:13 fx Exp $
+;; Revision: $Id: pcvs-info.el,v 1.6 2000/12/18 03:17:31 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -477,4 +477,4 @@ DIR can also be a file."
 
 (provide 'pcvs-info)
 
-;;; pcl-cvs-info.el ends here
+;;; pcvs-info.el ends here
index 9f732e0c9b93eedd80a7e307b37b0f8dc934c516..fae7f9fe446b38fec240700ab675e49ebbfb7073 100644 (file)
@@ -1,10 +1,10 @@
-;;; pcvs-parse.el --- The CVS output parser
+;;; pcvs-parse.el --- the CVS output parser
 
 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-parse.el,v 1.6 2001/03/07 00:17:53 monnier Exp $
+;; Revision: $Id: pcvs-parse.el,v 1.7 2001/04/13 14:55:48 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -497,4 +497,4 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
 
 (provide 'pcvs-parse)
 
-;;; pcl-cvs-parse.el ends here
+;;; pcvs-parse.el ends here
index d0f14a0a17459869d8b123ccae583252e485e901..9b7d2c8cb719d90c0d528514ef77f0a90a8f9191 100644 (file)
@@ -1,11 +1,11 @@
-;;; pcvs-util.el --- Utility functions for PCL-CVS  -*- byte-compile-dynamic: t -*-
+;;; pcvs-util.el --- utility functions for PCL-CVS  -*- byte-compile-dynamic: t -*-
 
 ;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000, 2001
 ;;  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-util.el,v 1.11 2001/03/20 20:26:13 johnw Exp $
+;; Revision: $Id: pcvs-util.el,v 1.12 2001/04/13 14:56:10 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -321,7 +321,7 @@ If it is \\[universal-argument] \\[universal-argument], behave just
 
     ;; sanity check
     (unless (< (abs numarg) (length defaults))
-      (error "There is no %sth default." (abs numarg)))
+      (error "There is no %sth default" (abs numarg)))
 
     (if permstr
        (let* ((prompt (format "%s%s: " desc permstr))
@@ -411,4 +411,4 @@ and reset it unless READ-ONLY is non-nil."
 
 (provide 'pcvs-util)
 
-;;; pcl-cvs-util.el ends here
+;;; pcvs-util.el ends here
index 2ccafbd3c166eb250b9e5b94d0f2150e719906d3..65b39bc8bd58d2c43bd5e7a7cfd4b09e5fd0316c 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcvs.el -- A Front-end to CVS.
+;;; pcvs.el --- a front-end to CVS
 
 ;; Copyright (C) 1991,92,93,94,95,95,97,98,99,2000  Free Software Foundation, Inc.
 
@@ -13,7 +13,7 @@
 ;;     (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
 ;; Keywords: CVS, version control, release management
-;; Revision: $Id: pcvs.el,v 1.26 2001/03/07 00:20:30 monnier Exp $
+;; Revision: $Id: pcvs.el,v 1.27 2001/04/13 15:18:11 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -250,7 +250,7 @@ If -CVS-MODE!-NOERROR is non-nil, then failure to find a *cvs* buffer does
         (cvsbuf (cond ((cvs-buffer-p) (current-buffer))
                       ((and cvs-buffer (cvs-buffer-p cvs-buffer)) cvs-buffer)
                       (-cvs-mode!-noerror (current-buffer))
-                      (t (error "can't find the *cvs* buffer."))))
+                      (t (error "can't find the *cvs* buffer"))))
         (-cvs-mode!-wrapper cvs-minor-wrap-function)
         (-cvs-mode!-cont (lambda ()
                            (save-current-buffer
@@ -1438,7 +1438,7 @@ See ``cvs-mode-diff'' for more info."
 This command can be used on files that are marked with \"Merged\"
 or \"Conflict\" in the *cvs* buffer."
   (interactive (list (cvs-flags-query 'cvs-diff-flags "diff flags")))
-  (unless (listp flags) (error "flags should be a list of strings."))
+  (unless (listp flags) (error "flags should be a list of strings"))
   (save-some-buffers)
   (let* ((filter 'diff)
         (marked (cvs-get-marked (cvs-ignore-marks-p "diff")))
@@ -1460,7 +1460,7 @@ or \"Conflict\" in the *cvs* buffer."
 Signal an error if there is no backup file."
   (let ((backup-file (cvs-fileinfo->backup-file fileinfo)))
     (unless backup-file
-      (error "%s has no backup file." (cvs-fileinfo->full-path fileinfo)))
+      (error "%s has no backup file" (cvs-fileinfo->full-path fileinfo)))
     (list backup-file (cvs-fileinfo->full-path fileinfo))))
 
 ;;
@@ -1586,7 +1586,7 @@ Signal an error if there is no backup file."
         (rev2 (and rev1 (cvs-prefix-get 'cvs-secondary-branch-prefix)))
         (fis (cvs-mode-marked 'diff "idiff" :file t)))
     (when (> (length fis) 2)
-      (error "idiff-other cannot be applied to more than 2 files at a time."))
+      (error "idiff-other cannot be applied to more than 2 files at a time"))
     (let* ((fi1 (car fis))
           (rev1-buf (if rev1 (cvs-retrieve-revision fi1 rev1)
                       (find-file-noselect (cvs-fileinfo->full-path fi1))))
@@ -1596,7 +1596,7 @@ Signal an error if there is no backup file."
            (setq rev2-buf
                  (if rev2 (cvs-retrieve-revision fi2 rev2)
                    (find-file-noselect (cvs-fileinfo->full-path fi2)))))
-       (error "idiff-other doesn't know what other file/buffer to use."))
+       (error "idiff-other doesn't know what other file/buffer to use"))
       (let* (;; this binding is used by cvs-ediff-startup-hook
             (cvs-transient-buffers (list rev1-buf rev2-buf)))
        (funcall (car cvs-idiff-imerge-handlers)
@@ -1857,7 +1857,7 @@ if you are convinced that the process that created the lock is dead."
   (let* ((default-directory (cvs-expand-dir-name cvs-lock-file))
         (locks (directory-files default-directory nil cvs-lock-file-regexp)))
     (cond
-     ((not locks) (error "No lock files found."))
+     ((not locks) (error "No lock files found"))
      ((yes-or-no-p (concat "Really delete locks in " cvs-lock-file "? "))
       (dolist (lock locks)
        (cond ((file-directory-p lock) (delete-directory lock))
index 821a273fddea99e5d07a10a0c97ca865a244c327..f423218dc99eda66fd9852cbf930d80b246dd647 100644 (file)
@@ -1,4 +1,4 @@
-;; @(#) ada-mode.el --- major-mode for editing Ada source.
+;;; ada-mode.el --- major-mode for editing Ada sources
 
 ;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001
 ;;  Free Software Foundation, Inc.
@@ -7,10 +7,10 @@
 ;;      Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
 ;;      Emmanuel Briot  <briot@gnat.com>
 ;; Maintainer: Emmanuel Briot <briot@gnat.com>
-;; Ada Core Technologies's version:   $Revision: 1.40 $
+;; Ada Core Technologies's version:   $Revision: 1.41 $
 ;; Keywords: languages ada
 
-;; This file is part of GNU Emacs
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -4668,7 +4668,7 @@ This function typically is to be hooked into `ff-file-created-hooks'."
           (setq body-file (ada-get-body-name))
           (if body-file
               (find-file body-file)
-            (error "No body found for the package. Create it first."))
+            (error "No body found for the package. Create it first"))
 
           (save-restriction
             (widen)
index f2b133a07eca6718402807e0d20e698530be7b75..d6ded072a0d015b204b696df9d79393b71ff69c7 100644 (file)
@@ -1,9 +1,9 @@
-;;; @(#) ada-prj.el --- Easy editing of project files for the ada-mode
+;;; ada-prj.el --- easy editing of project files for the ada-mode
 
 ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
 ;; Author: Emmanuel Briot <briot@gnat.com>
-;; Ada Core Technologies's version:   $Revision: 1.5 $
+;; Ada Core Technologies's version:   $Revision: 1.6 $
 ;; Keywords: languages, ada, project file
 
 ;; This file is part of GNU Emacs.
@@ -23,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; This package provides a set of functions to easily edit the project
 ;;; files used by the ada-mode.
 ;;; The only function publicly available here is `ada-customize'.
@@ -31,7 +33,7 @@
 ;;; Internally, a project file is represented as a property list, with each
 ;;; field of the project file matching one property of the list.
 
-;; Code:
+;;; Code:
 
 
 ;; ----- Requirements -----------------------------------------------------
@@ -644,4 +646,5 @@ AFTER-TEXT is inserted just after the widget."
 (ada-prj-add-ada-menu)
 
 (provide 'ada-prj)
-;;; package ada-prj.el ends here
+
+;;; ada-prj.el ends here
index 156234e121930336e8140366b6e66e0c9998e5a5..3f0ce0771a52c53ab48b0bf57c388b8391671d6f 100644 (file)
@@ -1,9 +1,11 @@
-;;; ada-stmt.el --- An extension to Ada mode for inserting statement templates.
+;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
 
 ;; Copyright(C) 1987, 1993, 1994, 1996, 1997, 1998, 1999
 ;;   Free Software Foundation, Inc.
 
-;; Ada Core Technologies's version:   $Revision: 1.8 $
+;; Ada Core Technologies's version:   $Revision: 1.9 $
+
+;; This file is part of GNU Emacs.
 
 ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <ebert@waporo.muc.de>
 ;; Maintainer: Emmanuel Briot <briot@gnat.com>
index 22f0b74f2ca4feeabb662ed281e79df6123e2da0..4fc9f3c432208c52a97285eae8188d004cd4a82d 100644 (file)
@@ -1,4 +1,4 @@
-;; @(#) ada-xref.el --- for lookup and completion in Ada mode
+;;; ada-xref.el --- for lookup and completion in Ada mode
 
 ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
 
@@ -6,7 +6,7 @@
 ;;      Rolf Ebert <ebert@inf.enst.fr>
 ;;      Emmanuel Briot <briot@gnat.com>
 ;; Maintainer: Emmanuel Briot <briot@gnat.com>
-;; Ada Core Technologies's version:   $Revision: 1.5 $
+;; Ada Core Technologies's version:   $Revision: 1.6 $
 ;; Keywords: languages ada xref
 
 ;; This file is part of GNU Emacs.
@@ -58,6 +58,8 @@
 
 ;;; You need Emacs >= 20.2 to run this package
 
+;;; Code:
+
 ;; ----- Requirements -----------------------------------------------------
 
 (require 'compile)
index c5c8786085c9dcdd21800ca4661fb3a9fa67e28d..58af08520ad70f5ee8760b0f0655772d2ca026c2 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -719,4 +723,5 @@ For other semicolon contexts, no determination is made."
 
 \f
 (cc-provide 'cc-align)
+
 ;;; cc-align.el ends here
index 39f173dbe7af8d293067d5969eec069b00e8455e..947ce7b89bc30c2ae73397773f7cb5f244abcbfc 100644 (file)
@@ -1,4 +1,4 @@
-;;; cc-bytecomp.el --- Compile time setup for proper compilation
+;;; cc-bytecomp.el --- compile time setup for proper compilation
 
 ;; Copyright (C) 2000, 01 Free Software Foundation, Inc.
 
@@ -33,6 +33,8 @@
 ;; features to defeat the compiler warnings for selected symbols.
 
 \f
+;;; Code:
+
 (defvar cc-bytecomp-unbound-variables nil)
 (defvar cc-bytecomp-original-functions nil)
 (defvar cc-bytecomp-original-properties nil)
@@ -290,3 +292,5 @@ Don't use within `eval-when-compile'."
 
 \f
 (provide 'cc-bytecomp)
+
+;;; cc-bytecomp.el ends here
index 7e2a0c5acf916c0dc4b0e7f45d52e5c6cfa8d0bc..11a77a2ab91f5b46e7b38b821bb01827849a55f6 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -2566,4 +2570,5 @@ C++-style line comment doesn't count as inside the comment, though."
 
 \f
 (cc-provide 'cc-cmds)
+
 ;;; cc-cmds.el ends here
index b17cbdd5900c693719199d10ef680ee234d7d837..143b979f3028cdfefdde98b98a319c27b76cb8b5 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
 
 \f
 (cc-provide 'cc-defs)
+
 ;;; cc-defs.el ends here
index 50613a21ad445f7e04db41facfb833cc94579168..f76e1e38912730d6ad8f8ea370a8adf588e8acc4 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -2790,4 +2794,5 @@ With universal argument, inserts the analysis as a comment on that line."
 
 \f
 (cc-provide 'cc-engine)
+
 ;;; cc-engine.el ends here
index 8bd60ff8d4a2ab80230609cfe8da3f8fa4468b30..d1b3703a7a5713836551c1fef27b16310421819f 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -539,4 +543,5 @@ are parsed.")
 
 \f
 (cc-provide 'cc-langs)
+
 ;;; cc-langs.el ends here
index 5179f952530ca4b896d9e920b7ad110d6ed13d19..eb03273b4d8efacd443fa80f52cfe627a78672d1 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -411,4 +415,5 @@ Example:
 
 \f
 (cc-provide 'cc-menus)
+
 ;;; cc-menus.el ends here
index a813056c51b4b91d81ef06b8c86f3e1e53fa7f55..1ee5f2dedcb28d1dbaa2fba73cdce6f42df86f75 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -501,4 +505,5 @@ instead of `make-variable-buffer-local'."
 
 \f
 (cc-provide 'cc-styles)
+
 ;;; cc-styles.el ends here
index ec4a729b7b3fe6072bf0df9b94f27bdbca39d863..d53e2213d888368c4e0548768b6eb296b75ebdb2 100644 (file)
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile
   (let ((load-path
         (if (and (boundp 'byte-compile-dest-file)
@@ -1114,4 +1118,5 @@ Infodock (based on XEmacs) has an additional symbol on this list:
 
 \f
 (cc-provide 'cc-vars)
+
 ;;; cc-vars.el ends here
index e4f40025dfaaca205f55ffdce9fda92f0cf4b843..840bb889781a33fb42e9a9b56170924a653465be 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-auc.el - RefTeX's interface to AUC TeX
+;;; reftex-auc.el --- RefTeX's interface to AUC TeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-auc)
 (require 'reftex)
index 0eb70a5005287388e65f001448faeb29aa671719..11eacce77b34305fd159f25b824870ccc4b16c07 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-cite.el - Creating citations with RefTeX
+;;; reftex-cite.el --- creating citations with RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-cite)
 (require 'reftex)
index 1a1d04fb4a589e5c903eff5b4d215a30b9342fe5..8c179ff32b1309422c9fadfcf3f20bb41684a76e 100644 (file)
@@ -1,7 +1,7 @@
-;;; reftex-dcr.el - Viewing cross references and citations with RefTeX
+;;; reftex-dcr.el --- viewing cross references and citations with RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
 ;;
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-dcr)
 (provide 'reftex-vcr)
index 07aef178217403beab7f9597548d55c6114b9a2d..49960027f736acc5e7abf3e7b8e096a08e2f30d6 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-global.el - Operations on entire documents with RefTeX
+;;; reftex-global.el --- operations on entire documents with RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-global)
 (require 'reftex)
index e2016a54faf837374fa6770b5d4dfd9806f4bd21..161f4bb9f911fb4d710f3ec8dbcd3673e219f220 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-index.el - Index support with RefTeX
+;;; reftex-index.el --- index support with RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-index)
 (require 'reftex)
index d9d04b4c11521e7dd4b05c81c911506ad0bc0a23..1bb6a24bce5ef6b9b871aba9e32d7144e5fc98a8 100644 (file)
@@ -1,7 +1,7 @@
-;;; reftex-parse.el - Parser Functions for RefTeX
+;;; reftex-parse.el --- parser functions for RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
 ;;
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-parse)
 (require 'reftex)
index f2aa24a4a8edd08d9ff2611369d95fa74c1b1511..4db17b238b7aac0267df6d2b2d1bd6ede75efdfa 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-ref.el - Code to create labels and references with RefTeX
+;;; reftex-ref.el --- code to create labels and references with RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-ref)
 (require 'reftex)
index fa3f04e8d93b37c1a22fee5f102ec6bc47d1de34..f36454c199504c24205bd36f9a621395afe367ac 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-sel.el - The selection modes for RefTeX
+;;; reftex-sel.el --- the selection modes for RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-sel)
 (require 'reftex)
index 7e290ea734213f5fafc6ef7b60a014dcff8a2080..48de2453387baf11c18dd999a3eaa4124b90b879 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-toc.el - RefTeX's table of contents mode
+;;; reftex-toc.el --- RefTeX's table of contents mode
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-toc)
 (require 'reftex)
index 5646779e41dd8c8cf59eeed7f61a5c326470670e..d25b05d965c57105aa98c3f4ee6512c825633591 100644 (file)
@@ -1,9 +1,8 @@
-;;; reftex-vars.el - Configuration variables for RefTeX
+;;; reftex-vars.el --- configuration variables for RefTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
 ;; Version: 4.16
-;;
 
 ;; This file is part of GNU Emacs.
 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (provide 'reftex-vars)
 
index 0f57649c0af8bed34a813f98c9e42f3da12af362..8db74a41090057b93a04638e103cc50b66e75abd 100644 (file)
@@ -1,9 +1,9 @@
-;;; reftex.el --- Minor mode for doing \label, \ref, \cite, \index in LaTeX
+;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX
 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
-;; Author:     Carsten Dominik <dominik@strw.LeidenUniv.nl>
-;; Version:    4.16
-;; Keywords:   tex
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Version: 4.16
+;; Keywords: tex
 
 ;; This file is part of GNU Emacs.
 
@@ -2524,4 +2524,3 @@ With optional NODE, go directly to that node."
 ;;;============================================================================
 
 ;;; reftex.el ends here
-