mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
Docstring convention fix.
This commit is contained in:
parent
0ffaebf012
commit
9b77469afd
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user