diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:46:23 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:52:37 +0100 |
commit | 6f48b46b03cd58a541684c57e42eb4679794f0fd (patch) | |
tree | f6ce4253af17cbe08c4521bfc60d52868c41d328 /lisp/ChangeLog.15 | |
parent | 014176f283aae2e0abc5138150f89afb6deb3d33 (diff) | |
download | emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz |
; Fix typos
Diffstat (limited to 'lisp/ChangeLog.15')
-rw-r--r-- | lisp/ChangeLog.15 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 23e61ff7872..9aa4caedfe5 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 @@ -11955,7 +11955,7 @@ (verilog-skip-backward-comments, verilog-skip-forward-comment-p): fix bug for /* / comments. (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws): - Speed up and simplfy as this is never called with a bound. + Speed up and simplify as this is never called with a bound. (verilog-pretty-declarations): Enhance to line up declarations inside a parameter list, suggested by Alan Morgan. (verilog-pretty-expr): Tune assignment regular expression match @@ -15783,7 +15783,7 @@ * simple.el (with-wrapper-hook): Fix thinko. * hfy-cmap.el (hfy-rgb-file): Use locate-file. - (htmlfontify-load-rgb-file): Remove unnused var `ff'. + (htmlfontify-load-rgb-file): Remove unused var `ff'. Use with-current-buffer and string-to-number. (hfy-fallback-colour-values): Use assoc-string. * htmlfontify.el (hfy-face-to-css): Remove unused var `style'. |