diff options
| author | Gerd Moellmann | 2001-11-01 10:23:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-11-01 10:23:52 +0000 |
| commit | 864b90c968edab408643f85fd33ebff9fcd7f84e (patch) | |
| tree | 4c5310a873a0f11a257691773770a4ccd1c7bead /src/buffer.c | |
| parent | 27188d11228aed876abb540dd048774564c185ee (diff) | |
| download | emacs-864b90c968edab408643f85fd33ebff9fcd7f84e.tar.gz emacs-864b90c968edab408643f85fd33ebff9fcd7f84e.zip | |
Fix a typo.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 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. */) |