aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/functions.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 5f3995ea0c0..36a937c529a 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1277,7 +1277,8 @@ example, byte-compiling @file{fortran.el} used to warn:
1277 1277
1278@smallexample 1278@smallexample
1279In end of data: 1279In end of data:
1280fortran.el:2152:1:Warning: the function `gud-find-c-expr' is not known to be defined. 1280fortran.el:2152:1:Warning: the function `gud-find-c-expr' is not known
1281 to be defined.
1281@end smallexample 1282@end smallexample
1282 1283
1283In fact, @code{gud-find-c-expr} is only used in the function that 1284In fact, @code{gud-find-c-expr} is only used in the function that