]> git.eshelyaron.com Git - emacs.git/commitdiff
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 ab2b5af7baba9fbfeea07fe92d43c2373647e7f8..76bfec8c7233e4ac470daa71b69d1598a5f81ea1 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 8a52c553bf531a9c7236b18f938252994f407a11..daeac1f3bfdef55a05808f8e51f3fd2fa33917d9 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 08884c5bb03577eb16a1d8091d2eea90cb8a83f3..2c88f2e0bec3e0ed7ad35cf78e4b773bdd30e114 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 f02f6f4db2bc4da771e86acbc3a9ae39ec09c03c..c8f273776ae28050cdd59abd6dea4d0fc88b8cb4 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 abd980a6020eac1466d3c5510a0c2a08fe3f4994..6e06582a6ddb07f8eff45b835aae4cb7f8c7a05d 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 552bf0db46511a11b3b2865cae8c5718cf04b976..def328d518bbc466dbd15f7292664a3f913606a6 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 b48d73e157f32989c0044c536bcccbaeec3119a3..559ed88578f4c4001175945471ff35895ce42325 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 41f0baaa6fd9e9531d482171d5fac4c4b49319e3..fca1ab7d5725e727c534f2dac776434066453328 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 145d6f3527a00d4dd0e6ee1337576c57c04f46a4..57df04e16748d35df37b12ee553111ad34fe43a5 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 d4df4a114db5d357c8c7df342064c65048cd72a2..9e3c21f73c263aa334bdc77ddd97661b58d77683 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