Mercurial > emacs
comparison src/buffer.c @ 40605:9c8c502c1713
Fix a typo.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Thu, 01 Nov 2001 10:23:52 +0000 |
| parents | 7c28809db274 |
| children | cdfd4d09b79a |
comparison
equal
deleted
inserted
replaced
| 40604:efb447f6a93b | 40605:9c8c502c1713 |
|---|---|
| 1448 set_frame_buffer_list (frame, Fcons (buf, frame_buffer_list (frame))); | 1448 set_frame_buffer_list (frame, Fcons (buf, frame_buffer_list (frame))); |
| 1449 } | 1449 } |
| 1450 | 1450 |
| 1451 DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, | 1451 DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, |
| 1452 doc: /* Set an appropriate major mode for BUFFER. | 1452 doc: /* Set an appropriate major mode for BUFFER. |
| 1453 For the *scratch* buffer, use `initial-major-mode', otherwise chose a mode | 1453 For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode |
| 1454 according to `default-major-mode'. | 1454 according to `default-major-mode'. |
| 1455 Use this function before selecting the buffer, since it may need to inspect | 1455 Use this function before selecting the buffer, since it may need to inspect |
| 1456 the current buffer's major mode. */) | 1456 the current buffer's major mode. */) |
| 1457 (buffer) | 1457 (buffer) |
| 1458 Lisp_Object buffer; | 1458 Lisp_Object buffer; |
