From 067b0705986572e42687334c4eaf32988f22f680 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Sun, 1 Mar 2020 18:50:14 +0100 Subject: ; Fix some typos and doc issues (bug#40695) --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 73bbc2fe182..688f8cfa4db 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -677,7 +677,7 @@ Each element is (INDEX . VALUE)") (byte-defop 112 1 byte-current-buffer) (byte-defop 113 0 byte-set-buffer) (byte-defop 114 0 byte-save-current-buffer - "To make a binding to record the current buffer") + "to make a binding to record the current buffer") (byte-defop 115 0 byte-set-mark-OBSOLETE) (byte-defop 116 1 byte-interactive-p-OBSOLETE) -- cgit v1.2.3