Comment fix: change tab to "<tab>" in comment, so that the point is

understandable.
This commit is contained in:
Paul Eggert 2005-07-25 17:47:08 +00:00
parent d21c6cb2ca
commit 3774d96668

View File

@ -1431,7 +1431,7 @@ m4_define([m4_flatten],
#
# This macro is robust to active symbols.
# m4_define(active, ACTIVE)
# m4_strip([ active active ])end
# m4_strip([ active <tab> <tab>active ])end
# => active activeend
#
# Because we want to preserve active symbols, STRING must be double-quoted.