summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-18 13:12:41 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-18 13:14:50 +0200
commitdd1220b96972d77e5bbe1094586514bae63fe1eb (patch)
tree1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/bytecomp.el
parent11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff)
downloademacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz
emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.bz2
emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.zip
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 776e84dfebb..8a730618ecd 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -915,7 +915,7 @@ CONST2 may be evaluated multiple times."
,bytes ,pc))
(defun byte-compile-lapcode (lap)
- "Turns lapcode into bytecode. The lapcode is destroyed."
+ "Turn lapcode into bytecode. The lapcode is destroyed."
;; Lapcode modifications: changes the ID of a tag to be the tag's PC.
(let ((pc 0) ; Program counter
op off ; Operation & offset
@@ -1899,7 +1899,7 @@ also be compiled."
"Non-nil to prevent byte-compiling of Emacs Lisp code.
This is normally set in local file variables at the end of the elisp file:
-\;; Local Variables:\n;; no-byte-compile: t\n;; End: ") ;Backslash for compile-main.
+\;; Local Variables:\n;; no-byte-compile: t\n;; End:") ;Backslash for compile-main.
;;;###autoload(put 'no-byte-compile 'safe-local-variable 'booleanp)
(defun byte-recompile-file (filename &optional force arg load)