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 /src/emacs-module.c | |
parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.bz2 emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/emacs-module.c')
-rw-r--r-- | src/emacs-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c index e5833a1d1f0..6bc91a7e06a 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c @@ -983,7 +983,7 @@ value_to_lisp (emacs_value v) return o; } -/* Attempt to convert O to an emacs_value. Do not do any checking or +/* Attempt to convert O to an emacs_value. Do not do any checking or allocate any storage; the caller should prevent or detect any resulting bit pattern that is not a valid emacs_value. */ static emacs_value |