From: Paul Eggert Date: Wed, 3 Aug 2016 21:58:30 +0000 (-0700) Subject: ; Spelling fix X-Git-Tag: emacs-25.1-rc2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d841a03c5ee3e9a59a133474601f9bda190ee8fa;p=emacs.git ; Spelling fix --- 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. */) } /* FIXME: It has been previously suggested to make this function an - alias for symbol-function, but upon discussion at Debbug#23957, - there is a risk breaking backward compatiblity, as some users of + alias for symbol-function, but upon discussion at Bug#23957, + there is a risk breaking backward compatibility, as some users of fboundp may expect `t' in particular, rather than any true value. An alias is still welcome so long as the compatibility issues are addressed. */