From: Gerd Moellmann Date: Thu, 1 Nov 2001 10:23:52 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: ttn-vms-21-2-B4~18920 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=864b90c968edab408643f85fd33ebff9fcd7f84e;p=emacs.git Fix a typo. --- diff --git a/src/buffer.c b/src/buffer.c index 724e707ec2a..f3b6d5f735f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1450,7 +1450,7 @@ record_buffer (buf) DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, doc: /* Set an appropriate major mode for BUFFER. -For the *scratch* buffer, use `initial-major-mode', otherwise chose a mode +For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode according to `default-major-mode'. Use this function before selecting the buffer, since it may need to inspect the current buffer's major mode. */)