diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-21 13:29:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-21 14:26:42 +0200 |
commit | 462dbc1cb2c59eaca9c9344636b8af29462370a0 (patch) | |
tree | f5329670eed8372fc268bf7f5037627f0330d81e /lisp/so-long.el | |
parent | e72d3793bcec67f9312e9d011e4357f8986bf837 (diff) | |
download | emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.gz emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.bz2 emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.zip |
; Fix typos
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index f8a5cc920d9..6ae8d0aec8a 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -833,7 +833,7 @@ available in Emacs versions < 27). For more information refer to info node `(emacs) Bidirectional Editing' and info node `(elisp) Bidirectional Display'. Buffers are made read-only by default to prevent potentially-slow editing from -occurring inadvertantly, as buffers with excessively long lines are likely not +occurring inadvertently, as buffers with excessively long lines are likely not intended to be edited manually." :type '(alist :key-type (variable :tag "Variable") :value-type (sexp :tag "Value")) |