diff options
-rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 9ad7de67146..7fcb1534bc2 100644 --- a/src/charset.c +++ b/src/charset.c @@ -102,7 +102,7 @@ Lisp_Object Vcharset_ordered_list; Lisp_Object Vcharset_non_preferred_head; /* Incremented every time we change the priority of charsets. - Wraps around. */*/ + Wraps around. */ EMACS_UINT charset_ordered_list_tick; /* List of iso-2022 charsets. */ |