diff options
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; |