diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /lisp/obsolete/levents.el | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'lisp/obsolete/levents.el')
| -rw-r--r-- | lisp/obsolete/levents.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/levents.el b/lisp/obsolete/levents.el index 24de4891ae3..b9b153553d7 100644 --- a/lisp/obsolete/levents.el +++ b/lisp/obsolete/levents.el @@ -113,7 +113,7 @@ In actual Lucid Emacs, you MUST NOT use this event object after calling this function with it. You will lose. It is not necessary to call this function, as event objects are garbage- collected like all other objects; however, it may be more efficient to explicitly -deallocate events when you are sure that that is safe. +deallocate events when you are sure that this is safe. This emulation does not actually deallocate or reuse events except via garbage collection and `cons'." |
