summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/bookmark.el2
-rw-r--r--lisp/complete.el4
-rw-r--r--lisp/emacs-lisp/autoload.el2
-rw-r--r--lisp/emacs-lisp/cl-compat.el4
-rw-r--r--lisp/emacs-lisp/cl-extra.el4
-rw-r--r--lisp/emacs-lisp/cl-macs.el4
-rw-r--r--lisp/emacs-lisp/cl-seq.el4
-rw-r--r--lisp/emacs-lisp/cl.el8
-rw-r--r--lisp/mouse-sel.el2
-rw-r--r--lisp/rot13.el2
10 files changed, 18 insertions, 18 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index ab2b5af7bab..76bfec8c723 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -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:
;; (...
diff --git a/lisp/complete.el b/lisp/complete.el
index 8a52c553bf5..daeac1f3bfd 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -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.
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 08884c5bb03..2c88f2e0bec 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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
diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el
index f02f6f4db2b..c8f273776ae 100644
--- a/lisp/emacs-lisp/cl-compat.el
+++ b/lisp/emacs-lisp/cl-compat.el
@@ -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))
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index abd980a6020..6e06582a6dd 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -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'!"))
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 552bf0db465..def328d518b 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -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'!"))
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el
index b48d73e157f..559ed88578f 100644
--- a/lisp/emacs-lisp/cl-seq.el
+++ b/lisp/emacs-lisp/cl-seq.el
@@ -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'!"))
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 41f0baaa6fd..fca1ab7d572 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -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
@@ -39,14 +39,14 @@
;; 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))
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el
index 145d6f3527a..57df04e1674 100644
--- a/lisp/mouse-sel.el
+++ b/lisp/mouse-sel.el
@@ -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
diff --git a/lisp/rot13.el b/lisp/rot13.el
index d4df4a114db..9e3c21f73c2 100644
--- a/lisp/rot13.el
+++ b/lisp/rot13.el
@@ -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