From 03f64ebbc685d803f9dcbb638c37501e0d6f8340 Mon Sep 17 00:00:00 2001 From: Leo Liu <sdl.web@gmail.com> Date: Thu, 16 Feb 2017 18:38:13 +0800 Subject: [PATCH] * src/fns.c (Fbuffer_hash): Doc fix. --- src/fns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.5