summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-24 13:52:51 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-24 13:52:51 +0200
commit81e58d1ce5a16fbe4cad543b1b011fe52da5d70c (patch)
treefb74ce8496311b34d68ae04de01c76810b1add1b /lisp/progmodes/hideif.el
parent391acd91344c833d94d89b2862b272d08643c068 (diff)
parenta772c0b85272bc20858a35af5f619983cfcb0084 (diff)
downloademacs-81e58d1ce5a16fbe4cad543b1b011fe52da5d70c.tar.gz
Merge from origin/emacs-28
a772c0b852 ; Fix typos: prefer US spelling. # Conflicts: # doc/misc/modus-themes.org
Diffstat (limited to 'lisp/progmodes/hideif.el')
-rw-r--r--lisp/progmodes/hideif.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index ba2c5737480..f2ada676ab7 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -109,7 +109,7 @@
;;
;; Extensively modified by Luke Lee in 2013 to support complete C expression
;; evaluation and argumented macro expansion; C++11, C++14, C++17, GCC
-;; extension literals and gcc/clang matching behaviours are supported in 2021.
+;; extension literals and gcc/clang matching behaviors are supported in 2021.
;; Various floating point types and operations are also supported but the
;; actual precision is limited by the Emacs internal floating representation,
;; which is the C data type "double" or IEEE binary64 format.