]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fns.c (Fbuffer_hash): Doc fix.
authorLeo Liu <sdl.web@gmail.com>
Thu, 16 Feb 2017 10:38:13 +0000 (18:38 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 1 Mar 2017 08:15:21 +0000 (16:15 +0800)
src/fns.c

index 0b694529c52c5580ef53d4467c3177b10d1bcb79..b4f416f4f5278144ae49776fc257caa56be53c6b 100644 (file)
--- 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;