diff options
| -rw-r--r-- | doc/lispref/functions.texi | 3 |
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 |
| 1279 | In end of data: | 1279 | In end of data: |
| 1280 | fortran.el:2152:1:Warning: the function `gud-find-c-expr' is not known to be defined. | 1280 | fortran.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 | ||
| 1283 | In fact, @code{gud-find-c-expr} is only used in the function that | 1284 | In fact, @code{gud-find-c-expr} is only used in the function that |