Mercurial > emacs
diff src/buffer.c @ 5247:0cf95629f6c4
(Fbuffer_disable_undo): Make arg optional.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 23 Dec 1993 01:55:14 +0000 |
| parents | 8deb7113bbdf |
| children | 7ac1e6f1565f |
line wrap: on
line diff
--- a/src/buffer.c Thu Dec 23 01:54:13 1993 +0000 +++ b/src/buffer.c Thu Dec 23 01:55:14 1993 +0000 @@ -620,9 +620,10 @@ return Fget_buffer_create (build_string ("*scratch*")); } -DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 1,1, +DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 0, 1, 0, - "Make BUFFER stop keeping undo information.") + "Make BUFFER stop keeping undo information.\n\ +No argument or nil as argument means do this for the current buffer.") (buffer) register Lisp_Object buffer; {
