# HG changeset patch # User Gerd Moellmann # Date 1004610232 0 # Node ID 9c8c502c1713f141deb7702f018c02217cdfd225 # Parent efb447f6a93bec8b4f5391bc220ecaba2989c55d Fix a typo. diff -r efb447f6a93b -r 9c8c502c1713 src/buffer.c --- 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. */)