diff options
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/sequences.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index dd5b723b479..c9c6bb31350 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -1645,7 +1645,8 @@ Refers to the element for character @var{char} @item @code{(@var{from} . @var{to})} A cons cell refers to all the characters in the inclusive range -@samp{[@var{from}..@var{to}]}. +@samp{[@var{from}..@var{to}]}. In this case, the function returns the +value for the character specified by @var{from}. @end table @end defun |