From: Leo Liu Date: Thu, 16 Feb 2017 10:38:13 +0000 (+0800) Subject: * src/fns.c (Fbuffer_hash): Doc fix. X-Git-Tag: emacs-26.0.90~681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03f64ebbc685d803f9dcbb638c37501e0d6f8340;p=emacs.git * src/fns.c (Fbuffer_hash): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index 0b694529c52..b4f416f4f52 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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;