From 9b77469afd371c561f5c2c2b14714dd485840d3f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 29 Jun 2007 04:37:34 +0000 Subject: [PATCH] Docstring convention fix. --- lisp/emacs-lisp/cl-macs.el | 6 +++--- lisp/simple.el | 8 ++++---- 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 ...). (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) 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." ;;;; 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 -- 2.39.2