changeset 40605:9c8c502c1713

Fix a typo.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 01 Nov 2001 10:23:52 +0000
parents efb447f6a93b
children d590ec395dcd
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu Nov 01 10:13:16 2001 +0000
+++ b/src/buffer.c	Thu Nov 01 10:23:52 2001 +0000
@@ -1450,7 +1450,7 @@
 
 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.  */)