1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

* src/fns.c (Fbuffer_hash): Doc fix.

This commit is contained in:
Leo Liu 2017-02-16 18:38:13 +08:00
parent 16e304f38e
commit 03f64ebbc6

View File

@ -4939,8 +4939,7 @@ If BINARY is non-nil, returns a string in binary form. */)
DEFUN ("buffer-hash", Fbuffer_hash, Sbuffer_hash, 0, 1, 0,
doc: /* Return a hash of the contents of BUFFER-OR-NAME.
This hash is performed on the raw internal format of the buffer,
disregarding any coding systems.
If nil, use the current buffer." */ )
disregarding any coding systems. If nil, use the current buffer. */ )
(Lisp_Object buffer_or_name)
{
Lisp_Object buffer;