Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 20:04:22 +0000 (20:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 20:04:22 +0000 (20:04 +0000)
lisp/bookmark.el
lisp/complete.el
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/cl-compat.el
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-seq.el
lisp/emacs-lisp/cl.el
lisp/mouse-sel.el
lisp/rot13.el

index ab2b5af..76bfec8 100644 (file)
@@ -67,7 +67,7 @@
 ;; Boy, that's a tough one.  Probably Hong Min, or maybe Emperor's
 ;; Choice (both in Chicago's Chinatown).  Well, both.  How about you?
 
-;;; Commentary on code:
+;;; Commentary:
 
 ;; bookmark alist format:
 ;;               (...
index 8a52c55..daeac1f 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; Extended completion for the Emacs minibuffer.
 ;;
@@ -94,7 +94,7 @@
 ;; is supported in include file names.
 
 
-;; Code:
+;;; Code:
 
 (defvar PC-meta-flag t
   "*If nil, TAB does normal Emacs completion and M-TAB does Partial Completion.
index 08884c5..2c88f2e 100644 (file)
@@ -21,7 +21,7 @@
 ;;; 02139, USA.
 ;;;
 
-;;; Commentary;:
+;;; Commentary:
 
 ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to
 ;; date.  It interprets magic cookies of the form ";;;###autoload" in
index f02f6f4..c8f2737 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
@@ -42,7 +42,7 @@
 ;; See cl.el for Change Log.
 
 
-;; Code:
+;;; Code:
 
 ;; Require at load-time, but not when compiling cl-compat.
 (or (featurep 'cl) (require 'cl))
index abd980a..6e06582 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
@@ -41,7 +41,7 @@
 ;; See cl.el for Change Log.
 
 
-;; Code:
+;;; Code:
 
 (or (memq 'cl-19 features)
     (error "Tried to load `cl-extra' before `cl'!"))
index 552bf0d..def328d 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
@@ -43,7 +43,7 @@
 ;; See cl.el for Change Log.
 
 
-;; Code:
+;;; Code:
 
 (or (memq 'cl-19 features)
     (error "Tried to load `cl-macs' before `cl'!"))
index b48d73e..559ed88 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
@@ -41,7 +41,7 @@
 ;; See cl.el for Change Log.
 
 
-;; Code:
+;;; Code:
 
 (or (memq 'cl-19 features)
     (error "Tried to load `cl-seq' before `cl'!"))
index 41f0baa..fca1ab7 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
 ;; package which should always be present.
 
 
-;; Future notes:
+;;; Future notes:
 
 ;; Once Emacs 19 becomes standard, many things in this package which are
 ;; messy for reasons of compatibility can be greatly simplified.  For now,
 ;; I prefer to maintain one unified version.
 
 
-;; Change Log:
+;;; Change Log:
 
 ;; Version 2.02 (30 Jul 93):
 ;;  * Added "cl-compat.el" file, extra compatibility with old package.
@@ -92,7 +92,7 @@
 ;;  * First public release of this package.
 
 
-;; Code:
+;;; Code:
 
 (defvar cl-emacs-type (cond ((or (and (fboundp 'epoch::version)
                                      (symbol-value 'epoch::version))
index 145d6f3..57df04e 100644 (file)
@@ -18,7 +18,7 @@
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 
-;;; Commentary: ===========================================================
+;;; Commentary:
 ;;
 ;; This module provides multi-click mouse support for GNU Emacs versions
 ;; 19.18 and later.  I've tried to make it behave more like standard X
index d4df4a1..9e3c21f 100644 (file)
@@ -21,7 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Commentary:
+;;; Commentary:
 
 ;; The single entry point, `rot13-other-window', performs a Caesar cipher
 ;; encrypt/decrypt on the current buffer and displays the result in another