diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-03-20 14:27:25 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-03-20 14:27:25 +0200 |
commit | 1475e3c3b562f7604e538fccbb41f1d66b10663d (patch) | |
tree | 5eab8fb1dd5b4c0b3042248a607b3d093080a3c3 /lisp/emacs-lisp/comp.el | |
parent | e8d2bc75314262d512d367c270c6d43201ef533f (diff) | |
download | emacs-1475e3c3b562f7604e538fccbb41f1d66b10663d.tar.gz emacs-1475e3c3b562f7604e538fccbb41f1d66b10663d.tar.bz2 emacs-1475e3c3b562f7604e538fccbb41f1d66b10663d.zip |
; Fix doc strings of recent changes
* src/comp.c (syms_of_comp) <comp-sanitizer-active>:
* lisp/emacs-lisp/comp.el (comp-sanitizer-emit): Doc fixes.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 6afb357bef2..d7830597709 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -3019,7 +3019,8 @@ These are substituted with a normal `set' op." (defvar comp-sanitizer-emit nil "Gates the sanitizer pass. -In use for native compiler development and verification only.") +This is intended to be used only for development and verification of +the native compiler.") (defun comp--sanitizer (_) (when comp-sanitizer-emit |