X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/75b09539a4b4e62818d65cb0773587d8a2ac615f..f224e5002292f7b9b9347147d4b5af913fed516a:/src/lread.c diff --git a/src/lread.c b/src/lread.c index 679cbb7837..a64f083a5a 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3537,7 +3537,7 @@ read_vector (Lisp_Object readcharfun, bool bytecodeflag) return vector; } -/* FLAG means check for ] to terminate rather than ) and . */ +/* FLAG means check for ']' to terminate rather than ')' and '.'. */ static Lisp_Object read_list (bool flag, Lisp_Object readcharfun)