diff options
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 |
