aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-06-29 04:37:34 +0000
committerStefan Monnier2007-06-29 04:37:34 +0000
commit9b77469afd371c561f5c2c2b14714dd485840d3f (patch)
treed222b09c14fe4bfd00b2e06026a33b709b25313d
parent0ffaebf0120ea3851307d3ed2cee1134b7c852fb (diff)
downloademacs-9b77469afd371c561f5c2c2b14714dd485840d3f.tar.gz
emacs-9b77469afd371c561f5c2c2b14714dd485840d3f.zip
Docstring convention fix.
-rw-r--r--lisp/emacs-lisp/cl-macs.el6
-rw-r--r--lisp/simple.el8
2 files changed, 7 insertions, 7 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 832bc8e2d02..2615a8fdf7c 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -2610,9 +2610,9 @@ surrounded by (block NAME ...).
2610 (if lets (list 'let lets body) body)))) 2610 (if lets (list 'let lets body) body))))
2611 2611
2612 2612
2613;;; Compile-time optimizations for some functions defined in this package. 2613;; Compile-time optimizations for some functions defined in this package.
2614;;; Note that cl.el arranges to force cl-macs to be loaded at compile-time, 2614;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
2615;;; mainly to make sure these macros will be present. 2615;; mainly to make sure these macros will be present.
2616 2616
2617(put 'eql 'byte-compile nil) 2617(put 'eql 'byte-compile nil)
2618(define-compiler-macro eql (&whole form a b) 2618(define-compiler-macro eql (&whole form a b)
diff --git a/lisp/simple.el b/lisp/simple.el
index b6b55a5f2eb..a0915b9f8ed 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5259,10 +5259,10 @@ PREFIX is the string that represents this modifier in an event type symbol."
5259 5259
5260;;;; Keypad support. 5260;;;; Keypad support.
5261 5261
5262;;; Make the keypad keys act like ordinary typing keys. If people add 5262;; Make the keypad keys act like ordinary typing keys. If people add
5263;;; bindings for the function key symbols, then those bindings will 5263;; bindings for the function key symbols, then those bindings will
5264;;; override these, so this shouldn't interfere with any existing 5264;; override these, so this shouldn't interfere with any existing
5265;;; bindings. 5265;; bindings.
5266 5266
5267;; Also tell read-char how to handle these keys. 5267;; Also tell read-char how to handle these keys.
5268(mapc 5268(mapc