From: Stefan Kangas Date: Fri, 11 Dec 2020 19:08:24 +0000 (+0100) Subject: * src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178) X-Git-Tag: emacs-28.0.90~4777 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6864dc1dffee558430c8ef8739585dac10a1ee44;p=emacs.git * src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178) --- diff --git a/src/fns.c b/src/fns.c index a0c4a1fbf1a..f77092972ab 100644 --- a/src/fns.c +++ b/src/fns.c @@ -5440,7 +5440,8 @@ disregarding any coding systems. If nil, use the current buffer. This function is useful for comparing two buffers running in the same Emacs, but is not guaranteed to return the same hash between different -Emacs versions. +Emacs versions. It should be somewhat more efficient on larger +buffers than `secure-hash' is, and should not allocate more memory. It should not be used for anything security-related. See `secure-hash' for these applications. */ )