]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo.
authorGerd Moellmann <gerd@gnu.org>
Thu, 1 Nov 2001 10:23:52 +0000 (10:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 1 Nov 2001 10:23:52 +0000 (10:23 +0000)
src/buffer.c

index 724e707ec2a7e05208d9cdfc4655e335859b4aa3..f3b6d5f735f49824cafa49545cfd28f5c641fe2a 100644 (file)
@@ -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.  */)