emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 03f64eb: * src/fns.c (Fbuffer_hash): Doc fix.


From: Leo Liu
Subject: [Emacs-diffs] master 03f64eb: * src/fns.c (Fbuffer_hash): Doc fix.
Date: Wed, 1 Mar 2017 03:16:06 -0500 (EST)

branch: master
commit 03f64ebbc685d803f9dcbb638c37501e0d6f8340
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    * 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 0b69452..b4f416f 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]