diff options
| author | Leo Liu | 2017-02-16 18:38:13 +0800 |
|---|---|---|
| committer | Leo Liu | 2017-03-01 16:15:21 +0800 |
| commit | 03f64ebbc685d803f9dcbb638c37501e0d6f8340 (patch) | |
| tree | c1d34fc7d84b2ee79d5690154aceba7d195cec01 /src | |
| parent | 16e304f38e57a9a31f1468ba6ebcb8a71efd253d (diff) | |
| download | emacs-03f64ebbc685d803f9dcbb638c37501e0d6f8340.tar.gz emacs-03f64ebbc685d803f9dcbb638c37501e0d6f8340.zip | |
* src/fns.c (Fbuffer_hash): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -4939,8 +4939,7 @@ If BINARY is non-nil, returns a string in binary form. */) | |||
| 4939 | DEFUN ("buffer-hash", Fbuffer_hash, Sbuffer_hash, 0, 1, 0, | 4939 | DEFUN ("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. |
| 4941 | This hash is performed on the raw internal format of the buffer, | 4941 | This hash is performed on the raw internal format of the buffer, |
| 4942 | disregarding any coding systems. | 4942 | disregarding any coding systems. If nil, use the current buffer. */ ) |
| 4943 | If 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; |