aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 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. */)
4939DEFUN ("buffer-hash", Fbuffer_hash, Sbuffer_hash, 0, 1, 0, 4939DEFUN ("buffer-hash", Fbuffer_hash, Sbuffer_hash, 0, 1, 0,
4940 doc: /* Return a hash of the contents of BUFFER-OR-NAME. 4940 doc: /* Return a hash of the contents of BUFFER-OR-NAME.
4941This hash is performed on the raw internal format of the buffer, 4941This hash is performed on the raw internal format of the buffer,
4942disregarding any coding systems. 4942disregarding any coding systems. If nil, use the current buffer. */ )
4943If nil, use the current buffer." */ )
4944 (Lisp_Object buffer_or_name) 4943 (Lisp_Object buffer_or_name)
4945{ 4944{
4946 Lisp_Object buffer; 4945 Lisp_Object buffer;