]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring convention fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 04:37:34 +0000 (04:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 04:37:34 +0000 (04:37 +0000)
lisp/emacs-lisp/cl-macs.el
lisp/simple.el

index 832bc8e2d02af8204bb1585a4a87f7b07cc141d2..2615a8fdf7c3029029e5999f5ba049d466f68081 100644 (file)
@@ -2610,9 +2610,9 @@ surrounded by (block NAME ...).
       (if lets (list 'let lets body) body))))
 
 
-;;; Compile-time optimizations for some functions defined in this package.
-;;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
-;;; mainly to make sure these macros will be present.
+;; Compile-time optimizations for some functions defined in this package.
+;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
+;; mainly to make sure these macros will be present.
 
 (put 'eql 'byte-compile nil)
 (define-compiler-macro eql (&whole form a b)
index b6b55a5f2eb2024004f3cd46347065796f9c1c24..a0915b9f8ed9b6d0ef6e0dd5f12ce3f247f5b166 100644 (file)
@@ -5259,10 +5259,10 @@ PREFIX is the string that represents this modifier in an event type symbol."
 \f
 ;;;; Keypad support.
 
-;;; Make the keypad keys act like ordinary typing keys.  If people add
-;;; bindings for the function key symbols, then those bindings will
-;;; override these, so this shouldn't interfere with any existing
-;;; bindings.
+;; Make the keypad keys act like ordinary typing keys.  If people add
+;; bindings for the function key symbols, then those bindings will
+;; override these, so this shouldn't interfere with any existing
+;; bindings.
 
 ;; Also tell read-char how to handle these keys.
 (mapc