diff options
Diffstat (limited to 'admin/unidata/uvs.el')
-rw-r--r-- | admin/unidata/uvs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el index a6beac97db4..8d3ffe20699 100644 --- a/admin/unidata/uvs.el +++ b/admin/unidata/uvs.el @@ -114,7 +114,7 @@ The most significant byte comes first." "Insert VALUES for FIELDS as a sequence of bytes to the current buffer. VALUES and FIELDS are lists of integers and field symbols, respectively. Byte length of each value is determined by the -'uvs-field-size' property of the corresponding field." +`uvs-field-size' property of the corresponding field." (while fields (let ((field (car fields)) (value (car values))) |