diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-23 22:03:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-23 22:03:50 +0200 |
commit | a772c0b85272bc20858a35af5f619983cfcb0084 (patch) | |
tree | 4ff4dcc1ab290cc2015df824b664b2632ba48023 /lisp/progmodes | |
parent | a3f294b37f81ae3d5438ff32173726bddaa79496 (diff) | |
download | emacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.gz emacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.bz2 emacs-a772c0b85272bc20858a35af5f619983cfcb0084.zip |
; Fix typos: prefer US spelling.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/hideif.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 101c323b132..bdd7751fc0c 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -1710,7 +1710,7 @@ which see." (defalias 'elisp-eldoc-documentation-function 'elisp--documentation-one-liner "Return Elisp documentation for the thing at point as one-line string. This is meant as a backward compatibility aide to the \"old\" -Elisp eldoc behaviour. Consider variable docstrings and function +Elisp eldoc behavior. Consider variable docstrings and function signatures only, in this order. If none applies, returns nil. Changes to `eldoc-documentation-functions' and `eldoc-documentation-strategy' are _not_ reflected here. As such diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 68b085d42f4..f6a4711e244 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. |