diff options
| author | Paul Eggert | 2016-08-03 14:58:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-03 14:59:28 -0700 |
| commit | d841a03c5ee3e9a59a133474601f9bda190ee8fa (patch) | |
| tree | ed9e5f6d18dd6e976d35c897e77c009a4ce79e15 /src/data.c | |
| parent | a6ae47921603da8c28354c120e84507b44a761e5 (diff) | |
| download | emacs-d841a03c5ee3e9a59a133474601f9bda190ee8fa.tar.gz emacs-d841a03c5ee3e9a59a133474601f9bda190ee8fa.zip | |
; Spelling fix
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index d14c84e0472..3a51129d182 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -630,8 +630,8 @@ global value outside of any lexical scope. */) | |||
| 630 | } | 630 | } |
| 631 | 631 | ||
| 632 | /* FIXME: It has been previously suggested to make this function an | 632 | /* FIXME: It has been previously suggested to make this function an |
| 633 | alias for symbol-function, but upon discussion at Debbug#23957, | 633 | alias for symbol-function, but upon discussion at Bug#23957, |
| 634 | there is a risk breaking backward compatiblity, as some users of | 634 | there is a risk breaking backward compatibility, as some users of |
| 635 | fboundp may expect `t' in particular, rather than any true | 635 | fboundp may expect `t' in particular, rather than any true |
| 636 | value. An alias is still welcome so long as the compatibility | 636 | value. An alias is still welcome so long as the compatibility |
| 637 | issues are addressed. */ | 637 | issues are addressed. */ |