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/elisp-mode.el | |
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/elisp-mode.el')
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 2 |
1 files changed, 1 insertions, 1 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 |