mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
* src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)
This commit is contained in:
parent
dc5e875930
commit
6864dc1dff
@ -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. */ )
|
||||
|
Loading…
Reference in New Issue
Block a user