summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-07-02 12:01:18 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2022-07-02 13:32:41 +0200
commit8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch)
tree9332368efe35507bd11da1a743628871fc983e0a /lisp/emacs-lisp
parentc5aec9b10d709b91a0188b705b653bd2a59fff2d (diff)
downloademacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz
emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.bz2
emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.zip
; Fix typos.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/easy-mmode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index f35362b371c..c3a4e9fc7ab 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -408,7 +408,7 @@ or call the function `%s'."))))
No problems result if this variable is not bound.
`add-hook' automatically binds it. (This is true for all hook variables.)"
modefun)))
- ;; Allow using using `M-x customize-variable' on the hook.
+ ;; Allow using `M-x customize-variable' on the hook.
(put ',hook 'custom-type 'hook)
(put ',hook 'standard-value (list nil))