aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2020-12-11 20:08:24 +0100
committerStefan Kangas2020-12-11 20:09:52 +0100
commit6864dc1dffee558430c8ef8739585dac10a1ee44 (patch)
tree464cd30ee0594f143b4cd0f90af0e401f1b1f11e /src
parentdc5e8759305a6fcd47d6039d257d4c28a00a9ddf (diff)
downloademacs-6864dc1dffee558430c8ef8739585dac10a1ee44.tar.gz
emacs-6864dc1dffee558430c8ef8739585dac10a1ee44.zip
* src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 2 insertions, 1 deletions
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.
5440 5440
5441This function is useful for comparing two buffers running in the same 5441This function is useful for comparing two buffers running in the same
5442Emacs, but is not guaranteed to return the same hash between different 5442Emacs, but is not guaranteed to return the same hash between different
5443Emacs versions. 5443Emacs versions. It should be somewhat more efficient on larger
5444buffers than `secure-hash' is, and should not allocate more memory.
5444 5445
5445It should not be used for anything security-related. See 5446It should not be used for anything security-related. See
5446`secure-hash' for these applications. */ ) 5447`secure-hash' for these applications. */ )