aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeo Liu2017-02-16 18:38:13 +0800
committerLeo Liu2017-03-01 16:15:21 +0800
commit03f64ebbc685d803f9dcbb638c37501e0d6f8340 (patch)
treec1d34fc7d84b2ee79d5690154aceba7d195cec01 /src
parent16e304f38e57a9a31f1468ba6ebcb8a71efd253d (diff)
downloademacs-03f64ebbc685d803f9dcbb638c37501e0d6f8340.tar.gz
emacs-03f64ebbc685d803f9dcbb638c37501e0d6f8340.zip
* src/fns.c (Fbuffer_hash): Doc fix.
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;