diff options
| author | Stefan Kangas | 2020-12-11 20:08:24 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-12-11 20:09:52 +0100 |
| commit | 6864dc1dffee558430c8ef8739585dac10a1ee44 (patch) | |
| tree | 464cd30ee0594f143b4cd0f90af0e401f1b1f11e /src | |
| parent | dc5e8759305a6fcd47d6039d257d4c28a00a9ddf (diff) | |
| download | emacs-6864dc1dffee558430c8ef8739585dac10a1ee44.tar.gz emacs-6864dc1dffee558430c8ef8739585dac10a1ee44.zip | |
* src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -5440,7 +5440,8 @@ disregarding any coding systems. If nil, use the current buffer. | |||
| 5440 | 5440 | ||
| 5441 | This function is useful for comparing two buffers running in the same | 5441 | This function is useful for comparing two buffers running in the same |
| 5442 | Emacs, but is not guaranteed to return the same hash between different | 5442 | Emacs, but is not guaranteed to return the same hash between different |
| 5443 | Emacs versions. | 5443 | Emacs versions. It should be somewhat more efficient on larger |
| 5444 | buffers than `secure-hash' is, and should not allocate more memory. | ||
| 5444 | 5445 | ||
| 5445 | It should not be used for anything security-related. See | 5446 | It should not be used for anything security-related. See |
| 5446 | `secure-hash' for these applications. */ ) | 5447 | `secure-hash' for these applications. */ ) |