Skip to content

Commit 9ff4df0

Browse files
committed
Fix help text
1 parent 587220d commit 9ff4df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/readline/config.cmake.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
/* Define to 1 if edit library has the 'rl_completion_matches' function. */
1414
#cmakedefine HAVE_RL_COMPLETION_MATCHES 1
1515

16-
/* Define to 1 if readline library has the 'rl_on_new_line' function. */
16+
/* Define to 1 if edit library has the 'rl_on_new_line' function. */
1717
#cmakedefine HAVE_RL_ON_NEW_LINE 1

0 commit comments

Comments
 (0)