diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-12-26 14:51:37 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-12-26 14:51:37 +0200 |
commit | ccf46acefd2272afa18832cd6dd4d35b0803e70a (patch) | |
tree | 809dea8012265f50e9af9f0cc94a612e8b1c27ae /etc | |
parent | c86b039dffc23354ae898f358eadbe5b58e67aa3 (diff) | |
download | emacs-ccf46acefd2272afa18832cd6dd4d35b0803e70a.tar.gz emacs-ccf46acefd2272afa18832cd6dd4d35b0803e70a.tar.bz2 emacs-ccf46acefd2272afa18832cd6dd4d35b0803e70a.zip |
; Fix last change.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG index 290c01faf3e..f66a8d5d588 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -612,7 +612,7 @@ recommend to follow the procedure below to try to identify the cause: (declare (speed 1)) at the beginning of the body of suspected function(s) to change - native-comp-speed only for those functions -- this could help you + 'native-comp-speed' only for those functions -- this could help you identify the function(s) which cause(s) the problem. . Reduce the problematic function(s) to the minimal code that still |